#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. | |
| Real | u_s |
| Spatial Tadpole coupling. | |
| Real | u_t |
| Temporal Tadpole coupling. | |
| bool | use_subtraction |
| Whether to use subtraction trick. | |
| Real | sub_zero |
| Arbitrary constant (zero point energy). | |
| AnisoParam_t | aniso |
Definition at line 22 of file aniso_sym_gaugeact_params.h.
| Chroma::AnisoSymGaugeActParams::AnisoSymGaugeActParams | ( | ) | [inline] |
Definition at line 25 of file aniso_sym_gaugeact_params.h.
| Chroma::AnisoSymGaugeActParams::AnisoSymGaugeActParams | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) |
Definition at line 17 of file aniso_sym_gaugeact_params.cc.
References aniso, beta, Chroma::read(), sub_zero, u_s, u_t, and use_subtraction.
Definition at line 35 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().
The beta coupling.
Definition at line 30 of file aniso_sym_gaugeact_params.h.
Referenced by AnisoSymGaugeActParams(), Chroma::AnisoSymTemporalGaugeAct::getBeta(), Chroma::AnisoSymTemporalGaugeAct::init(), and Chroma::write().
Arbitrary constant (zero point energy).
Definition at line 34 of file aniso_sym_gaugeact_params.h.
Referenced by AnisoSymGaugeActParams(), Chroma::AnisoSymTemporalGaugeAct::S(), and Chroma::write().
Spatial Tadpole coupling.
Definition at line 31 of file aniso_sym_gaugeact_params.h.
Referenced by AnisoSymGaugeActParams(), Chroma::AnisoSymTemporalGaugeAct::getUS(), Chroma::AnisoSymTemporalGaugeAct::init(), and Chroma::write().
Temporal Tadpole coupling.
Definition at line 32 of file aniso_sym_gaugeact_params.h.
Referenced by AnisoSymGaugeActParams(), Chroma::AnisoSymTemporalGaugeAct::getUT(), Chroma::AnisoSymTemporalGaugeAct::init(), and Chroma::write().
Whether to use subtraction trick.
Definition at line 33 of file aniso_sym_gaugeact_params.h.
Referenced by AnisoSymGaugeActParams(), Chroma::AnisoSymTemporalGaugeAct::S(), and Chroma::write().
1.4.7