AttributeError : 'module' object has no attribute 'E1gh'

Asked by Basabendu

Dear MadGraph Team,

While importing a model in madgraph (MG5_aMC_v2_6_1) I am confronting the following error:

Command "import model triplet/" interrupted with error:
AttributeError : 'module' object has no attribute 'E1gh'
Please report this bug on https://bugs.launchpad.net/mg5amcnlo
More information is found in 'MG5_debug'.
Please attach this file to your report.

What does that mean?

Thank you.

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,

It means that the model is not following the UFO convention.
Looks like that the model want to use a parameter E1gh but
the model did not define it (and did not define it before)

Please contact the model author such that they can correct such issue.

Cheers,

Olivier

> On 1 Oct 2018, at 09:07, Basabendu <email address hidden> wrote:
>
> New question #674541 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/674541
>
> Dear MadGraph Team,
>
> While importing a model in madgraph (MG5_aMC_v2_6_1) I am confronting the following error:
>
> Command "import model triplet/" interrupted with error:
> AttributeError : 'module' object has no attribute 'E1gh'
> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
> More information is found in 'MG5_debug'.
> Please attach this file to your report.
>
>
> What does that mean?
>
> Thank you.
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Basabendu (bb1988-1) said :
#2

Thanks Olivier Mattelaer, that solved my question.