CHROMA
|
Parameter structure. More...
#include <sf_plaq_plus_adjoint_gaugeact.h>
Public Member Functions | |
Params () | |
Base Constructor. More... | |
Params (XMLReader &xml_in, const std::string &path) | |
Read params from some root path. More... | |
Public Attributes | |
Real | beta_F |
Real | beta_A |
int | decay_dir |
Parameter structure.
Definition at line 22 of file sf_plaq_plus_adjoint_gaugeact.h.
|
inline |
Base Constructor.
Definition at line 25 of file sf_plaq_plus_adjoint_gaugeact.h.
Chroma::SFPlaqPlusAdjointGaugeActEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Read params from some root path.
Definition at line 46 of file sf_plaq_plus_adjoint_gaugeact.cc.
References beta_A, beta_F, decay_dir, and Chroma::read().
Real Chroma::SFPlaqPlusAdjointGaugeActEnv::Params::beta_A |
Coupling for fundamental plaquette
Definition at line 31 of file sf_plaq_plus_adjoint_gaugeact.h.
Referenced by Chroma::SFPlaqPlusAdjointGaugeActEnv::GaugeAct::deriv(), Params(), and Chroma::SFPlaqPlusAdjointGaugeActEnv::GaugeAct::S().
Real Chroma::SFPlaqPlusAdjointGaugeActEnv::Params::beta_F |
Definition at line 30 of file sf_plaq_plus_adjoint_gaugeact.h.
Referenced by Chroma::SFPlaqPlusAdjointGaugeActEnv::GaugeAct::deriv(), Params(), and Chroma::SFPlaqPlusAdjointGaugeActEnv::GaugeAct::S().
int Chroma::SFPlaqPlusAdjointGaugeActEnv::Params::decay_dir |
Coupling for adjoint plaquette
Definition at line 32 of file sf_plaq_plus_adjoint_gaugeact.h.
Referenced by Chroma::SFPlaqPlusAdjointGaugeActEnv::GaugeAct::GaugeAct(), and Params().