"Can not combine LO/NLO feature" error in ggH generation

Asked by Ana Rosario Cueto Gomez

Dear experts,

I am trying to generate ggH with the SMEFTatNLO model with MadGraph 2.6.7. The syntax I am using for the SM prediction is:
import model SMEFTatNLO_U2_2_U3_3_cG_4F_LO_UFO
generate p p > h [noborn=QCD] NP=0 QED=1 @0
add process p p > h j [noborn=QCD] NP=0 QED=1 @1
add process p p > h j j [noborn=QCD] NP=0 QED=1 @2

This was working fine for other MadGraph versions (I tried 2.6.4 and 2.6.6). However, in 2.6.7, I get the following error:
Command "add process p p > h j [noborn=QCD] QED=1 NP=0 @1" interrupted with error:
InvalidCmd : Command not compatible with previous command: Can not combine LO/NLO feature.

which would be the correct syntax to use?

Thanks in advance,
Ana

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
Olivier Mattelaer
Solved:
Last query:
Last reply:
Revision history for this message
Best Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi,

Here is a link to the page that fixes the issue:
https://bazaar.launchpad.net/~mg5core1/mg5amcnlo/2.7.3/revision/299

Cheers,

Olivier

Revision history for this message
Ana Rosario Cueto Gomez (acueto) said :
#2

Thanks Olivier Mattelaer, that solved my question.