|
CHROMA
|
Params for 5D overlap ferm acts. More...
#include <unprec_ovlap_contfrac5d_fermact_array_w.h>
Public Member Functions | |
| UnprecOvlapContFrac5DFermActParams () | |
| Default empty construction. More... | |
| UnprecOvlapContFrac5DFermActParams (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... | |
| std::string | AuxFermAct |
| The auxiliary ferm act. More... | |
| std::string | AuxFermActGrp |
| The group name for the auxiliary fermion 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 26 of file unprec_ovlap_contfrac5d_fermact_array_w.h.
|
inline |
Default empty construction.
Definition at line 29 of file unprec_ovlap_contfrac5d_fermact_array_w.h.
| Chroma::UnprecOvlapContFrac5DFermActParams::UnprecOvlapContFrac5DFermActParams | ( | XMLReader & | in, |
| const std::string & | path | ||
| ) |
Read params from XML.
Read XML.
Definition at line 74 of file unprec_ovlap_contfrac5d_fermact_array_w.cc.
References approximation_type, ApproxMax, ApproxMin, AuxFermAct, Chroma::COEFF_TYPE_TANH_UNSCALED, Chroma::COEFF_TYPE_ZOLOTAREV, Chroma::in, Mass, RatPolyDeg, and Chroma::read().
| CoeffType Chroma::UnprecOvlapContFrac5DFermActParams::approximation_type |
ZOLOTAREV | TANH | Other approximation coeffs.
Definition at line 37 of file unprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecOvlapContFrac5DFermActArray::init(), and UnprecOvlapContFrac5DFermActParams().
| Real Chroma::UnprecOvlapContFrac5DFermActParams::ApproxMax |
Approximate max eigenvalue of H_T.
Definition at line 41 of file unprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecOvlapContFrac5DFermActArray::init(), and UnprecOvlapContFrac5DFermActParams().
| Real Chroma::UnprecOvlapContFrac5DFermActParams::ApproxMin |
Approximate min eigenvalue of H_T.
Definition at line 40 of file unprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecOvlapContFrac5DFermActArray::init(), and UnprecOvlapContFrac5DFermActParams().
| std::string Chroma::UnprecOvlapContFrac5DFermActParams::AuxFermAct |
The auxiliary ferm act.
Definition at line 38 of file unprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecOvlapContFrac5DFermActArray::UnprecOvlapContFrac5DFermActArray(), and UnprecOvlapContFrac5DFermActParams().
| std::string Chroma::UnprecOvlapContFrac5DFermActParams::AuxFermActGrp |
The group name for the auxiliary fermion action.
Definition at line 39 of file unprec_ovlap_contfrac5d_fermact_array_w.h.
| Real Chroma::UnprecOvlapContFrac5DFermActParams::Mass |
Fermion Mass.
Definition at line 35 of file unprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecOvlapContFrac5DFermActArray::getQuarkMass(), Chroma::UnprecOvlapContFrac5DFermActArray::init(), Chroma::UnprecOvlapContFrac5DFermActArray::linOp(), Chroma::UnprecOvlapContFrac5DFermActArray::linOpPV(), Chroma::UnprecOvlapContFrac5DFermActArray::lnonHermLinOp(), and UnprecOvlapContFrac5DFermActParams().
| int Chroma::UnprecOvlapContFrac5DFermActParams::RatPolyDeg |
Degree of the Rational Poly.
Definition at line 36 of file unprec_ovlap_contfrac5d_fermact_array_w.h.
Referenced by Chroma::UnprecOvlapContFrac5DFermActArray::init(), Chroma::UnprecOvlapContFrac5DFermActArray::UnprecOvlapContFrac5DFermActArray(), and UnprecOvlapContFrac5DFermActParams().