CHROMA
|
Params for 5D overlap ferm acts. More...
#include <unprec_ht_contfrac5d_fermact_array_w.h>
Public Member Functions | |
UnprecHTContFrac5DFermActParams () | |
Default empty construction. More... | |
UnprecHTContFrac5DFermActParams (XMLReader &in, const std::string &path) | |
Read params from XML. More... | |
Public Attributes | |
Real | OverMass |
Wilson-operator mass. More... | |
Real | Mass |
Fermion Mass. More... | |
Real | b5 |
Mobius b5. More... | |
Real | c5 |
Mobius c5. More... | |
Real | ApproxMin |
Approximate min eigenvalue of H_T. More... | |
Real | ApproxMax |
Approximate max eigenvalue of H_T. More... | |
int | RatPolyDeg |
Degree of the Rational Poly. More... | |
CoeffType | approximation_type |
ZOLOTAREV | TANH | Other approximation coeffs. More... | |
Params for 5D overlap ferm acts.
Definition at line 24 of file unprec_ht_contfrac5d_fermact_array_w.h.
|
inline |
Default empty construction.
Definition at line 27 of file unprec_ht_contfrac5d_fermact_array_w.h.
Chroma::UnprecHTContFrac5DFermActParams::UnprecHTContFrac5DFermActParams | ( | XMLReader & | in, |
const std::string & | path | ||
) |
Read params from XML.
Read XML.
Definition at line 72 of file unprec_ht_contfrac5d_fermact_array_w.cc.
References approximation_type, ApproxMax, ApproxMin, b5, c5, Chroma::COEFF_TYPE_TANH_UNSCALED, Chroma::COEFF_TYPE_ZOLOTAREV, Chroma::in, Mass, OverMass, RatPolyDeg, and Chroma::read().
CoeffType Chroma::UnprecHTContFrac5DFermActParams::approximation_type |
ZOLOTAREV | TANH | Other approximation coeffs.
Definition at line 39 of file unprec_ht_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecHTContFrac5DFermActArray::init(), and UnprecHTContFrac5DFermActParams().
Real Chroma::UnprecHTContFrac5DFermActParams::ApproxMax |
Approximate max eigenvalue of H_T.
Definition at line 37 of file unprec_ht_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecHTContFrac5DFermActArray::init(), and UnprecHTContFrac5DFermActParams().
Real Chroma::UnprecHTContFrac5DFermActParams::ApproxMin |
Approximate min eigenvalue of H_T.
Definition at line 36 of file unprec_ht_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecHTContFrac5DFermActArray::init(), and UnprecHTContFrac5DFermActParams().
Real Chroma::UnprecHTContFrac5DFermActParams::b5 |
Mobius b5.
Definition at line 34 of file unprec_ht_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecHTContFrac5DFermActArray::linOp(), Chroma::UnprecHTContFrac5DFermActArray::qprop(), and UnprecHTContFrac5DFermActParams().
Real Chroma::UnprecHTContFrac5DFermActParams::c5 |
Mobius c5.
Definition at line 35 of file unprec_ht_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecHTContFrac5DFermActArray::linOp(), Chroma::UnprecHTContFrac5DFermActArray::qprop(), and UnprecHTContFrac5DFermActParams().
Real Chroma::UnprecHTContFrac5DFermActParams::Mass |
Fermion Mass.
Definition at line 33 of file unprec_ht_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecHTContFrac5DFermActArray::getQuarkMass(), Chroma::UnprecHTContFrac5DFermActArray::init(), Chroma::UnprecHTContFrac5DFermActArray::linOp(), and UnprecHTContFrac5DFermActParams().
Real Chroma::UnprecHTContFrac5DFermActParams::OverMass |
Wilson-operator mass.
Definition at line 32 of file unprec_ht_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecHTContFrac5DFermActArray::linOp(), Chroma::UnprecHTContFrac5DFermActArray::qprop(), and UnprecHTContFrac5DFermActParams().
int Chroma::UnprecHTContFrac5DFermActParams::RatPolyDeg |
Degree of the Rational Poly.
Definition at line 38 of file unprec_ht_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecHTContFrac5DFermActArray::init(), Chroma::UnprecHTContFrac5DFermActArray::UnprecHTContFrac5DFermActArray(), and UnprecHTContFrac5DFermActParams().