Unable to generate cross sections for loop processes
Hello Experts!
I am trying to run the following code in MadGraph5
import sm
generate h > a a [noborn=QED]
output madevent
launch
which returns a configuration error.
Error detected in "generate_events run_01"
write debug file /Users/
If you need help with this issue please contact us on https:/
MadGraph5Error : A compilation Error occurs when trying to compile /Users/
The compilation fails with the following output message:
gfortran -w -fPIC -ffixed-
gfortran -O -w -fbounds-check -fPIC -ffixed-
check_
415 | CALL RAMBO(NEXTERNAL
| 1
Error: Actual argument contains too few elements for dummy argument 'xm' (1/2) at (1)
make: *** [check_sa.o] Error 1
Please try to fix this compilations issue and retry.
Help might be found at https:/
If you think that this is a bug, you can report this at https:/
I would like to know what is causing this error.
Also not all loop processes return similar error.
For example
g g > W+ W- [QCD] works fine.
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2020-12-09
- Last reply:
- 2020-12-11
Hi,
This seems that you are using an incompatible set of compiler and version of MG5aMC.
l would bet that you are using Gfortran 10? Is this correct ?
It is possible that the latest version of MG5aMC already fix that issue but I would not bet on that since I do not remember issue with that file before. So I will try to check.
Cheers,
Olivier
Kuntal Pal (kpal1995) said : | #2 |
Yes the current version I have on my system is gfortran 10 and the Madgraph version is 2.7.3
Hi,
Here is a patch that fixes that specific issue:
https:/
I personally think that GCC should not create an error in this particular case but ok I have implemented a work around.
I would advise to use the latest version with GCC10 since I would not be surprised that 2.8.2 has some additional fix for GCC10.
Cheers,
Olivier
Kuntal Pal (kpal1995) said : | #4 |
Thank you very much ! The patch seems to work great so far. I had a separate question regarding loop processes. I can write something like
generate p p > t H j, H > b b~
for higgs decaying to b b~. What is the correct syntax for similar process but H > a a which is loop induced ?
We do not have such syntax for loop-induced decay.
The two work-around are
1) use the EFT approach for the Higgs decay
2) use MadSpin in the spinmode=none mode
Cheers,
Olivier
> On 11 Dec 2020, at 05:25, Kuntal Pal <email address hidden> wrote:
>
> Question #694424 on MadGraph5_aMC@NLO changed:
> https:/
>
> Kuntal Pal posted a new comment:
> Thank you very much ! The patch seems to work great so far. I had a
> separate question regarding loop processes. I can write something like
>
> generate p p > t H j, H > b b~
>
> for higgs decaying to b b~. What is the correct syntax for similar
> process but H > a a which is loop induced ?
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.
Can you help with this problem?
Provide an answer of your own, or ask Kuntal Pal for more information if necessary.