ModelOutput
With
ModelOutput[Eigenstates,Options]
LaTeX-files and model files for FeynArts and CompHep / CalcHep can be generated. Here, Eigenstates
specifies the eigenstates which should be used, e.g. GaugeES
or EWSB
. The options are the following
-
WriteTeX
, values:True
orFalse
, Default:False
If a LaTeXfile containing all information about the model should be written. -
WriteFeynArts
, values:True
orFalse
, Default:False
If a model file for FeynArts should be written. -
WriteCHep
, values:True
orFalse
, Default:False
If a model file for CompHep / CalcHep should be written. -
WriteWHIZARD
, values:True
orFalse
, Default:False
If a model file for WHIZARD should be written. -
WritUFO
, values:True
orFalse
, Default:False
If model files in the UFO format should be written. -
effectiveOperators
, Values:True
orFalse
, Default:False
If also higher dimensional operators should be calculated. By default, this concerns only four point interactions. -
SixParticleInteractions
, Values:True
orFalse
, Default:False
If also the six-point interactions should be calculated. -
FeynmanDiagrams
, Values:True
orFalse
, Default:True
If Feynman diagrams for each vertex should be drawn in the LaTeXfile. -
ReadLists
, Values:True
orFalse
, Default:False
If the results of former calculations should be used to save time. -
IncludeRGEs
, Values:True
orFalse
, Default:False
If the RGEs should be calculated. -
TwoLoopRGEs
, Values:True
orFalse
, Default:True
If the two loop RGEs should be calculated. (IncludeRGEs
must be set toTrue
) -
IncludeLoopCorrections
, Values:True
orFalse
, Default:False
If the one-loop corrections to the self-energy and the tadpoles should be calculated.
The generated output will be saved in
../\SARAH/Output/$MODEL/$EIGENSTATES/TeX/"
../\SARAH/Output/$MODEL/$EIGENSTATES/\FeynArts/"
../\SARAH/Output/$MODEL/$EIGENSTATES/CHep/"
../\SARAH/Output/$MODEL/$EIGENSTATES/UFO/"
../\SARAH/Output/$MODEL/$EIGENSTATES/WHIZARD/"
All at once
To generate the entire output for SPheno , CalcHep , WHIZARD , FeynArts as well as model files in the UFO format and the LaTeX file, use
MakeAll[Options];
The options are
-
ReadLists
, Values:True/False
, Default:False
: Should results for earlier runs are used. -
IncludeSPheno
, Values:True/False
, Default:True
: Includes/excludes the SPheno output -
IncludeFeynArts
, Values:True/False
, Default:True
: Includes/excludes the FeynArts output -
IncludeCalcHep
, Values:True/False
, Default:True
: Includes/excludes the CalcHep output -
IncludeWHIZARD
, Values:True/False
, Default:True
: Includes/excludes the WHIZARD output -
IncludeUFO
, Values:True/False
, Default:True
: Includes/excludes the UFO output -
IncludeTeX
, Values:True/False
, Default:True
: Includes/excludes the LaTeX output