Changes between Version 1 and Version 2 of MadGraphInterface
- Timestamp:
- Feb 21, 2010, 2:17:28 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MadGraphInterface
v1 v2 8 8 9 9 The !FeynRules interface to !MadGraph enables the user to implement his new physics model into !MadGraph just by knowing the lagrangian and the !FeynRules model file. The interface is called via 10 {{{WriteMGOutput[L1, L2, L3,...]}}} 11 12 <br />where {{{L1}}}, {{{L2}}}, {{{L3}}}, ... denote the lagrangians which should be used to calculate Feynman rules from. 10 {{{ 11 WriteMGOutput[L1, L2, L3,...] 12 }}} 13 where {{{L1}}}, {{{L2}}}, {{{L3}}}, ... denote the lagrangians which should be used to calculate Feynman rules from. 13 14 14 15 {{{WriteMGOutput}}} has two options: … … 21 22 22 23 Let us note that the !FeynRules-generated models contain a test program called 'testprog' that can be run to test that it is working. This can be run with the command: 23 {{{make testprog 24 ./testprog}}} 24 {{{ 25 make testprog 26 ./testprog 27 }}} 25 28 26 29 If successful, the output will be a listing of the numerical values of all the couplings and masses in the model. The model can now be used in !MadGraph in the usual way. … … 31 34 * If the interface is run under Windows, the files obtained cannot be immediately compiled under Unix, because Windows uses a different ASCII coding for the line breaks. In this case, the files have to be copy/pasted and saved again under Unix. 32 35 33 -- - Main.ClaudeDuhrMain.ClaudeDuhr - 09 Feb - 09 Feb34 36 35 37