Changes between Version 18 and Version 19 of WhizardInterface
- Timestamp:
- Oct 18, 2010, 2:33:23 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WhizardInterface
v18 v19 2 2 3 3 == Overview == 4 The WHIZARD / O'Mega interface generates the model files necessary for the inclusion of a FeynRules model into the WHIZARD / O'Mega framework. All versions of WHIZARD / O'Mega >= 1.92 are supported. 4 The WHIZARD / O'Mega interface generates the model files necessary for the inclusion of a FeynRules model into the WHIZARD / O'Mega framework. All versions of WHIZARD / O'Mega >= 1.92 are supported. A more verbose reference to the interface can be found in [http://arxiv.org/abs/1010.3251 arXiv:1010.3251] . 5 5 6 6 == Usage: all versions == … … 11 11 2. {{{WriteWOOutput[{LagrangianList}, Options]}}} 12 12 13 3. {{{WriteWOOutput[ Null, WOVertexList->{VertexList}, Options]}}}13 3. {{{WriteWOOutput[Input->{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). Default: Null17 * {{{Input}}}: Directly specify a vertex list instead of having the interface call {{{FeynmanRules}}} in order to extract the vertices from a Lagrangian. The Lagrangian is ignored and can be omitted if this option is used. Note that the list must be flavor expanded. 18 18 * {{{WOModelName}}}: The name by 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 may modify this name if it doesn't fit into the WO naming schemes --- double check the generated messages to be sure. Default: derived from the FR model name 19 19 * {{{WOMaxNcf}}}: Upper limit on the number of 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 octets and n_3 that of external triplets). Irrelevant for W2; also, the technically inclined user can change this after running the interface in {{{f90_modellname_Col.ml}}}. Default: 4 … … 24 24 * {{{WOGaugeParameter}}}: The parameter which takes the role of \xi in the Rxi gauges, can be either a string or a symbol. Note that this parameter is automatically added to the parameter list if WOAutoGauge is set to {{{True}}}. Default: "Rxi" 25 25 * {{{WOWhizardVersion}}}: Select the WO version for which you want to generate code. Possible choices: 26 * {{{"1.92"}}}: WO 1.92 27 * {{{"1.93"}}}: WO 1.93 - 1.95 28 * {{{"2.0" }}}: WO 2.0 (default) 26 * {{{"1.92"}}}: WO 1.92 27 * {{{"1.93"}}}: WO 1.93 - 1.95 28 * {{{"1.96"}}}: WO 1.96 29 * {{{"2.0" }}}: WO 2.0 30 * {{{"2.0.3"}}}: WO 2.0.3 (default) 29 31 * {{{WOVerbose}}}: Verbose output. At the moment, this gives detailed information on skipped vertices. Default: False 30 32 * {{{WOAutoGauge}}}: Automagically assign goldstone boson masses and add the gauge parameter to the parameter list (in the case of Rxi gauge). Default: True … … 34 36 * {{{Output}}}: The output directory which will contain the generated model files. Default: derived from the FR model name 35 37 36 It is wise to '''check the messages the interface generates''' while it runs; i these will inform you about any unidentified vertices that have been skipped as well as ofmost other noteworthy caveats concerning the generated code.38 It is highly advised to '''check the messages the interface generates''' while it runs; these will tell you about any unidentified vertices that have been skipped as well as about most other noteworthy caveats concerning the generated code. 37 39 38 40 == Usage: WO 1.9x == … … 88 90 * WO 1.9x does not support running \alpha_s. 89 91 90 == Notes & caveats for the unwary : WO 2. 0==92 == Notes & caveats for the unwary : WO 2.x == 91 93 92 94 * Accepted complex internal parameters are currently limited to polynomials of complex parameters.