importing model

Asked by Jezreel G. Daygam

is there a way to import b-l model in madgraph?

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

Sure, do you have a UFO model for such Lagrangian?
if so just doint
import model XXXXX

where XXXXX is the name if you put your UfO model within the models directory.
Otherwise you can also put the path to the model.

If you do not have a UFO model ready, check first online (and especially on the FeynRules website) if such model already exists (which in this case is very likely), if you do not find it then you can use tools like FeynRules to get the UFO model form your Lagrangian.

Cheers,

Olivier

> On 12 Sep 2021, at 10:50, Jezreel G. Daygam <email address hidden> wrote:
>
> New question #698709 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/698709
>
> is there a way to import b-l model in madgraph?
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Jezreel G. Daygam (jizuu) said :
#2

Thanks Olivier Mattelaer, that solved my question.