Changes between Version 17 and Version 18 of WhizardInterface
- Timestamp:
- Jul 4, 2010, 6:36:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WhizardInterface
v17 v18 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. Note that this parameter is automatically added to the parameter list . 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 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 26 * {{{"1.92"}}}: WO 1.92 … … 28 28 * {{{"2.0" }}}: WO 2.0 (default) 29 29 * {{{WOVerbose}}}: Verbose output. At the moment, this gives detailed information on skipped vertices. Default: False 30 * {{{WOAutoGauge}}}: Automagically assign goldstone boson masses .. Default: True30 * {{{WOAutoGauge}}}: Automagically assign goldstone boson masses and add the gauge parameter to the parameter list (in the case of Rxi gauge). Default: True 31 31 * {{{WOMaxCouplingsPerFile}}}: The maximum number of couplings written into a single FORTRAN file. Reduce this number if you run into trouble compiling the generated code. Default: 500 32 32 * {{{WORunParameters}}}: A list of all parameters which are recalculated when \alpha_s changes. Without effect for WO1.9x output. Default: {G, aS}