|
CHROMA
|
Parameter structure. More...
#include <wilson_coarse_fine_gaugeact.h>
Public Member Functions | |
| WilsonCoarseFineGaugeActParams () | |
| Base Constructor. More... | |
| WilsonCoarseFineGaugeActParams (XMLReader &xml_in, const std::string &path) | |
| Read params from some root path. More... | |
Public Attributes | |
| multi1d< int > | coarse_dirs |
| Real | coeff_ff |
| Real | coeff_cf |
| Real | coeff_cc |
Parameter structure.
Definition at line 28 of file wilson_coarse_fine_gaugeact.h.
|
inline |
Base Constructor.
Definition at line 31 of file wilson_coarse_fine_gaugeact.h.
| Chroma::WilsonCoarseFineGaugeActParams::WilsonCoarseFineGaugeActParams | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Read params from some root path.
Definition at line 42 of file wilson_coarse_fine_gaugeact.cc.
References coarse_dirs, coeff_cc, coeff_cf, coeff_ff, and Chroma::read().
| multi1d<int> Chroma::WilsonCoarseFineGaugeActParams::coarse_dirs |
Directions for coarse lattice
Definition at line 36 of file wilson_coarse_fine_gaugeact.h.
Referenced by Chroma::WilsonCoarseFineGaugeAct::init(), and WilsonCoarseFineGaugeActParams().
| Real Chroma::WilsonCoarseFineGaugeActParams::coeff_cc |
General coefficient of coarse-coare plaquette
Definition at line 39 of file wilson_coarse_fine_gaugeact.h.
Referenced by Chroma::WilsonCoarseFineGaugeAct::init(), and WilsonCoarseFineGaugeActParams().
| Real Chroma::WilsonCoarseFineGaugeActParams::coeff_cf |
General coefficient of coarse-fine plaquette
Definition at line 38 of file wilson_coarse_fine_gaugeact.h.
Referenced by Chroma::WilsonCoarseFineGaugeAct::init(), and WilsonCoarseFineGaugeActParams().
| Real Chroma::WilsonCoarseFineGaugeActParams::coeff_ff |
General coefficient of fine-fine plaquette
Definition at line 37 of file wilson_coarse_fine_gaugeact.h.
Referenced by Chroma::WilsonCoarseFineGaugeAct::init(), and WilsonCoarseFineGaugeActParams().