CHROMA
|
Parameter structure. More...
#include <wilson_coarse_fine_1loop_gaugeact.h>
Public Member Functions | |
WilsonCoarseFine1LoopGaugeActParams () | |
Base Constructor. More... | |
WilsonCoarseFine1LoopGaugeActParams (XMLReader &xml_in, const std::string &path) | |
Read params from some root path. More... | |
Public Attributes | |
Real | beta |
multi1d< int > | coarse_dirs |
Real | xi |
Real | coeff_ff |
Real | coeff_cc |
Parameter structure.
Definition at line 29 of file wilson_coarse_fine_1loop_gaugeact.h.
|
inline |
Base Constructor.
Definition at line 32 of file wilson_coarse_fine_1loop_gaugeact.h.
Chroma::WilsonCoarseFine1LoopGaugeActParams::WilsonCoarseFine1LoopGaugeActParams | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Read params from some root path.
Definition at line 46 of file wilson_coarse_fine_1loop_gaugeact.cc.
References beta, coarse_dirs, coeff_cc, coeff_ff, Chroma::read(), and xi.
Real Chroma::WilsonCoarseFine1LoopGaugeActParams::beta |
Yep, it's beta - the coefficient in front of the action
Definition at line 37 of file wilson_coarse_fine_1loop_gaugeact.h.
Referenced by Chroma::WilsonCoarseFine1LoopGaugeAct::init(), and WilsonCoarseFine1LoopGaugeActParams().
multi1d<int> Chroma::WilsonCoarseFine1LoopGaugeActParams::coarse_dirs |
Directions for coarse lattice
Definition at line 39 of file wilson_coarse_fine_1loop_gaugeact.h.
Referenced by Chroma::WilsonCoarseFine1LoopGaugeAct::init(), and WilsonCoarseFine1LoopGaugeActParams().
Real Chroma::WilsonCoarseFine1LoopGaugeActParams::coeff_cc |
1-loop coefficient of coarse-coare plaquette = eta_cc-eta_cf
Definition at line 42 of file wilson_coarse_fine_1loop_gaugeact.h.
Referenced by Chroma::WilsonCoarseFine1LoopGaugeAct::init(), and WilsonCoarseFine1LoopGaugeActParams().
Real Chroma::WilsonCoarseFine1LoopGaugeActParams::coeff_ff |
1-loop coefficient of fine-fine plaquette = eta_ff-eta_cf
Definition at line 41 of file wilson_coarse_fine_1loop_gaugeact.h.
Referenced by Chroma::WilsonCoarseFine1LoopGaugeAct::init(), and WilsonCoarseFine1LoopGaugeActParams().
Real Chroma::WilsonCoarseFine1LoopGaugeActParams::xi |
Coefficient of fine-fine plaquette
Definition at line 40 of file wilson_coarse_fine_1loop_gaugeact.h.
Referenced by Chroma::WilsonCoarseFine1LoopGaugeAct::init(), and WilsonCoarseFine1LoopGaugeActParams().