CHROMA
|
Params for 5D overlap ferm acts. More...
#include <eoprec_ovlap_contfrac5d_fermact_array_w.h>
Public Member Functions | |
EvenOddPrecOvlapContFrac5DFermActParams () | |
Default empty construction. More... | |
EvenOddPrecOvlapContFrac5DFermActParams (XMLReader &in, const std::string &path) | |
Read params from XML. More... | |
Public Attributes | |
Real | Mass |
Fermion Mass. More... | |
int | RatPolyDeg |
Degree of the Rational Poly. More... | |
CoeffType | approximation_type |
ZOLOTAREV | TANH | Other approximation coeffs. More... | |
Real | OverMass |
Mass of auxiliary Wilson action. More... | |
Real | ApproxMin |
Approximate min eigenvalue of H_T. More... | |
Real | ApproxMax |
Approximate max eigenvalue of H_T. More... | |
Params for 5D overlap ferm acts.
Definition at line 25 of file eoprec_ovlap_contfrac5d_fermact_array_w.h.
|
inline |
Default empty construction.
Definition at line 28 of file eoprec_ovlap_contfrac5d_fermact_array_w.h.
Chroma::EvenOddPrecOvlapContFrac5DFermActParams::EvenOddPrecOvlapContFrac5DFermActParams | ( | XMLReader & | in, |
const std::string & | path | ||
) |
Read params from XML.
Read XML.
Definition at line 71 of file eoprec_ovlap_contfrac5d_fermact_array_w.cc.
References approximation_type, ApproxMax, ApproxMin, Chroma::COEFF_TYPE_TANH_UNSCALED, Chroma::COEFF_TYPE_ZOLOTAREV, Chroma::in, Mass, OverMass, RatPolyDeg, and Chroma::read().
CoeffType Chroma::EvenOddPrecOvlapContFrac5DFermActParams::approximation_type |
ZOLOTAREV | TANH | Other approximation coeffs.
Definition at line 37 of file eoprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by EvenOddPrecOvlapContFrac5DFermActParams(), and Chroma::EvenOddPrecOvlapContFrac5DFermActArray::init().
Real Chroma::EvenOddPrecOvlapContFrac5DFermActParams::ApproxMax |
Approximate max eigenvalue of H_T.
Definition at line 41 of file eoprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by EvenOddPrecOvlapContFrac5DFermActParams(), and Chroma::EvenOddPrecOvlapContFrac5DFermActArray::init().
Real Chroma::EvenOddPrecOvlapContFrac5DFermActParams::ApproxMin |
Approximate min eigenvalue of H_T.
Definition at line 40 of file eoprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by EvenOddPrecOvlapContFrac5DFermActParams(), and Chroma::EvenOddPrecOvlapContFrac5DFermActArray::init().
Real Chroma::EvenOddPrecOvlapContFrac5DFermActParams::Mass |
Fermion Mass.
Definition at line 34 of file eoprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by EvenOddPrecOvlapContFrac5DFermActParams(), Chroma::EvenOddPrecOvlapContFrac5DFermActArray::getQuarkMass(), Chroma::EvenOddPrecOvlapContFrac5DFermActArray::init(), Chroma::EvenOddPrecOvlapContFrac5DFermActArray::linOp(), and Chroma::EvenOddPrecOvlapContFrac5DFermActArray::linOpPV().
Real Chroma::EvenOddPrecOvlapContFrac5DFermActParams::OverMass |
Mass of auxiliary Wilson action.
Definition at line 39 of file eoprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by EvenOddPrecOvlapContFrac5DFermActParams(), Chroma::EvenOddPrecOvlapContFrac5DFermActArray::init(), Chroma::EvenOddPrecOvlapContFrac5DFermActArray::linOp(), and Chroma::EvenOddPrecOvlapContFrac5DFermActArray::linOpPV().
int Chroma::EvenOddPrecOvlapContFrac5DFermActParams::RatPolyDeg |
Degree of the Rational Poly.
Definition at line 36 of file eoprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by Chroma::EvenOddPrecOvlapContFrac5DFermActArray::EvenOddPrecOvlapContFrac5DFermActArray(), EvenOddPrecOvlapContFrac5DFermActParams(), and Chroma::EvenOddPrecOvlapContFrac5DFermActArray::init().