|
CHROMA
|
Parameter structure. More...
#include <aniso_sym_gaugeact_params.h>
Public Member Functions | |
| AnisoSymGaugeActParams () | |
| AnisoSymGaugeActParams (XMLReader &xml_in, const std::string &path) | |
Public Attributes | |
| Real | beta |
| The beta coupling. More... | |
| Real | u_s |
| Spatial Tadpole coupling. More... | |
| Real | u_t |
| Temporal Tadpole coupling. More... | |
| bool | use_subtraction |
| Whether to use subtraction trick. More... | |
| Real | sub_zero |
| Arbitrary constant (zero point energy) More... | |
| AnisoParam_t | aniso |
Parameter structure.
Definition at line 21 of file aniso_sym_gaugeact_params.h.
|
inline |
Definition at line 24 of file aniso_sym_gaugeact_params.h.
| Chroma::AnisoSymGaugeActParams::AnisoSymGaugeActParams | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 16 of file aniso_sym_gaugeact_params.cc.
References aniso, beta, Chroma::read(), sub_zero, u_s, u_t, and use_subtraction.
| AnisoParam_t Chroma::AnisoSymGaugeActParams::aniso |
Definition at line 34 of file aniso_sym_gaugeact_params.h.
Referenced by Chroma::AnisoSymTemporalGaugeAct::anisoFactor(), Chroma::AnisoSymTemporalGaugeAct::anisoP(), AnisoSymGaugeActParams(), Chroma::AnisoSymTemporalGaugeAct::deriv(), Chroma::AnisoSymTemporalGaugeAct::init(), Chroma::AnisoSymTemporalGaugeAct::S(), Chroma::AnisoSymTemporalGaugeAct::tDir(), and Chroma::write().
| Real Chroma::AnisoSymGaugeActParams::beta |
The beta coupling.
Definition at line 29 of file aniso_sym_gaugeact_params.h.
Referenced by AnisoSymGaugeActParams(), Chroma::AnisoSymTemporalGaugeAct::getBeta(), Chroma::AnisoSymTemporalGaugeAct::init(), and Chroma::write().
| Real Chroma::AnisoSymGaugeActParams::sub_zero |
Arbitrary constant (zero point energy)
Definition at line 33 of file aniso_sym_gaugeact_params.h.
Referenced by AnisoSymGaugeActParams(), Chroma::AnisoSymTemporalGaugeAct::S(), and Chroma::write().
| Real Chroma::AnisoSymGaugeActParams::u_s |
Spatial Tadpole coupling.
Definition at line 30 of file aniso_sym_gaugeact_params.h.
Referenced by AnisoSymGaugeActParams(), Chroma::AnisoSymTemporalGaugeAct::getUS(), Chroma::AnisoSymTemporalGaugeAct::init(), and Chroma::write().
| Real Chroma::AnisoSymGaugeActParams::u_t |
Temporal Tadpole coupling.
Definition at line 31 of file aniso_sym_gaugeact_params.h.
Referenced by AnisoSymGaugeActParams(), Chroma::AnisoSymTemporalGaugeAct::getUT(), Chroma::AnisoSymTemporalGaugeAct::init(), and Chroma::write().
| bool Chroma::AnisoSymGaugeActParams::use_subtraction |
Whether to use subtraction trick.
Definition at line 32 of file aniso_sym_gaugeact_params.h.
Referenced by AnisoSymGaugeActParams(), Chroma::AnisoSymTemporalGaugeAct::S(), and Chroma::write().