Changes between Version 16 and Version 17 of WhizardInterface
- Timestamp:
- Jul 4, 2010, 6:33:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WhizardInterface
v16 v17 22 22 * {{{WOFeynman}}}: Feynman gauge 23 23 * {{{WORxi}}}: Rxi gauges. In this case, you __must__ define a parameter taking the role of \xi and pass it to the interface via {{{WOGaugeParameter}}} (see below). 24 * {{{WOGaugeParameter}}}: The parameter which takes the role of \xi in the Rxi gauges, can be either a string or a symbol. Default: "Rxi"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. Default: "Rxi" 25 25 * {{{WOWhizardVersion}}}: Select the WO version for which you want to generate code. Possible choices: 26 26 * {{{"1.92"}}}: WO 1.92 … … 70 70 Install the model files in the installation prefix. 71 71 72 If the model is installed either into {{{~/.whizard}}} or into the installation prefix of WHIZARD, it will be found by WHIZARD without any further action. In all other cases, the path to the prefix must be supplied to WHIZARD at runtime via the {{{--localprefix installation_prefix}}} option. 73 72 74 == Notes & caveats for the unwary: all versions == 73 75