|
CHROMA
|
Parameter structure. More...
#include <sf_plaq_plus_two_plaq_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_two_plaq_gaugeact.h.
|
inline |
Base Constructor.
Definition at line 25 of file sf_plaq_plus_two_plaq_gaugeact.h.
| Chroma::SFPlaqPlusTwoPlaqGaugeActEnv::Params::Params | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Read params from some root path.
Definition at line 46 of file sf_plaq_plus_two_plaq_gaugeact.cc.
References beta_A, beta_F, decay_dir, and Chroma::read().
| Real Chroma::SFPlaqPlusTwoPlaqGaugeActEnv::Params::beta_A |
Coupling for fundamental plaquette
Definition at line 31 of file sf_plaq_plus_two_plaq_gaugeact.h.
Referenced by Chroma::SFPlaqPlusTwoPlaqGaugeActEnv::GaugeAct::deriv(), Params(), and Chroma::SFPlaqPlusTwoPlaqGaugeActEnv::GaugeAct::S().
| Real Chroma::SFPlaqPlusTwoPlaqGaugeActEnv::Params::beta_F |
Definition at line 30 of file sf_plaq_plus_two_plaq_gaugeact.h.
Referenced by Chroma::SFPlaqPlusTwoPlaqGaugeActEnv::GaugeAct::deriv(), Params(), and Chroma::SFPlaqPlusTwoPlaqGaugeActEnv::GaugeAct::S().
| int Chroma::SFPlaqPlusTwoPlaqGaugeActEnv::Params::decay_dir |
Coupling for adjoint plaquette
Definition at line 32 of file sf_plaq_plus_two_plaq_gaugeact.h.
Referenced by Chroma::SFPlaqPlusTwoPlaqGaugeActEnv::GaugeAct::GaugeAct(), and Params().