Changes between Version 4 and Version 5 of WhizardInterface
- Timestamp:
- Mar 18, 2010, 1:17:19 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WhizardInterface
v4 v5 7 7 As all other interfaces, the WO interface is invoked by calling {{WriteWOOuput}}. Three syntax variants are admissible: 8 8 9 1. {{{WriteWOOutput[Lagrangian, Options]}}}9 1. {{{WriteWOOutput[Lagrangian, Options]}}} 10 10 11 2. {{{WriteWOOutput[{LagrangianList}, Options]}}}11 2. {{{WriteWOOutput[{LagrangianList}, Options]}}} 12 12 13 3. {{{WriteWOOutput[Null, WOVertexList->{VertexList], Options]}}}13 3. {{{WriteWOOutput[Null, WOVertexList->{VertexList], Options]}}} 14 14 15 15 Version 1. operates on a single Lagrangian, while 2. operates on a list of Lagrangians and 3. takes a list of FeynmanRules as an argument. The following options are available: 16 16 17 * {{{WOVertexList}}}: If {{{=!= Null}}}, this is interpreted as a list of Feynman rules and overrides any Lagrangian (or -List) specified (in this case, {{{Null}}} is accepted as first argument).17 * {{{WOVertexList}}}: If {{{=!= Null}}}, this is interpreted as a list of Feynman rules and overrides any Lagrangian (or -List) specified (in this case, {{{Null}}} is accepted as first argument). 18 18 19 * {{{WOModelName}}}: The name with which the model will be identified in WO. Note that all models for W1.9x have to start with "fr" (e.g. {{{WOModelName->"fr_sm"}}}) if they are to be picked up by WO1.9x without user intervention (no such restriction exists for W2). Beware that the interface my modify this name if it doesn't fit into the WO naming schemes --- double check the generated messages to be sure.19 * {{{WOModelName}}}: The name with which the model will be identified in WO. Note that all models for W1.9x have to start with "fr" (e.g. {{{WOModelName->"fr_sm"}}}) if they are to be picked up by WO1.9x without user intervention (no such restriction exists for W2). Beware that the interface my modify this name if it doesn't fit into the WO naming schemes --- double check the generated messages to be sure. 20 20 21 * {{{WOMaxNcf}}}: Upper limit on the number of generated color flows which the generated code will be able to handle (essentially n_8 - n_3 / 2, where n_8 is the maximum number of external triplets and n_3 that of external singlets). Irrelevant for W2; also, the technically experienced user can change this after generation in {{{f90_modellname_Col.ml}}}21 * {{{WOMaxNcf}}}: Upper limit on the number of generated color flows which the generated code will be able to handle (essentially n_8 - n_3 / 2, where n_8 is the maximum number of external triplets and n_3 that of external singlets). Irrelevant for W2; also, the technically experienced user can change this after generation in {{{f90_modellname_Col.ml}}}