CHROMA
|
Params for NEFF. More...
#include <eoprec_zolo_nef_fermact_array_w.h>
Public Member Functions | |
EvenOddPrecZoloNEFFermActArrayParams () | |
EvenOddPrecZoloNEFFermActArrayParams (XMLReader &in, const std::string &path) | |
Read parameters. More... | |
Public Attributes | |
Real | OverMass |
Mass of auxiliary Wilson action. More... | |
Real | Mass |
Fermion Mass. More... | |
Real | b5 |
b5 in H_T expression More... | |
Real | c5 |
c5 in H_T expression More... | |
int | N5 |
Size of 5D extent. More... | |
CoeffType | approximation_type |
ZOLOTAREV | TANH | Other approximation coeffs. More... | |
Real | ApproxMin |
Approximate min eigenvalue of H_T. More... | |
Real | ApproxMax |
Approximate max eigenvalue of H_T. More... | |
Params for NEFF.
Definition at line 24 of file eoprec_zolo_nef_fermact_array_w.h.
|
inline |
Definition at line 26 of file eoprec_zolo_nef_fermact_array_w.h.
Chroma::EvenOddPrecZoloNEFFermActArrayParams::EvenOddPrecZoloNEFFermActArrayParams | ( | XMLReader & | in, |
const std::string & | path | ||
) |
Read parameters.
Definition at line 66 of file eoprec_zolo_nef_fermact_array_w.cc.
References approximation_type, ApproxMax, ApproxMin, b5, c5, Chroma::COEFF_TYPE_TANH_UNSCALED, Chroma::COEFF_TYPE_ZOLOTAREV, Mass, N5, OverMass, and Chroma::read().
CoeffType Chroma::EvenOddPrecZoloNEFFermActArrayParams::approximation_type |
ZOLOTAREV | TANH | Other approximation coeffs.
Definition at line 34 of file eoprec_zolo_nef_fermact_array_w.h.
Referenced by EvenOddPrecZoloNEFFermActArrayParams(), and Chroma::EvenOddPrecZoloNEFFermActArray::initCoeffs().
Real Chroma::EvenOddPrecZoloNEFFermActArrayParams::ApproxMax |
Approximate max eigenvalue of H_T.
Definition at line 36 of file eoprec_zolo_nef_fermact_array_w.h.
Referenced by EvenOddPrecZoloNEFFermActArrayParams(), and Chroma::EvenOddPrecZoloNEFFermActArray::initCoeffs().
Real Chroma::EvenOddPrecZoloNEFFermActArrayParams::ApproxMin |
Approximate min eigenvalue of H_T.
Definition at line 35 of file eoprec_zolo_nef_fermact_array_w.h.
Referenced by EvenOddPrecZoloNEFFermActArrayParams(), and Chroma::EvenOddPrecZoloNEFFermActArray::initCoeffs().
Real Chroma::EvenOddPrecZoloNEFFermActArrayParams::b5 |
b5 in H_T expression
Definition at line 31 of file eoprec_zolo_nef_fermact_array_w.h.
Referenced by EvenOddPrecZoloNEFFermActArrayParams(), and Chroma::EvenOddPrecZoloNEFFermActArray::initCoeffs().
Real Chroma::EvenOddPrecZoloNEFFermActArrayParams::c5 |
c5 in H_T expression
Definition at line 32 of file eoprec_zolo_nef_fermact_array_w.h.
Referenced by EvenOddPrecZoloNEFFermActArrayParams(), and Chroma::EvenOddPrecZoloNEFFermActArray::initCoeffs().
Real Chroma::EvenOddPrecZoloNEFFermActArrayParams::Mass |
Fermion Mass.
Definition at line 30 of file eoprec_zolo_nef_fermact_array_w.h.
Referenced by EvenOddPrecZoloNEFFermActArrayParams(), and Chroma::EvenOddPrecZoloNEFFermActArray::getQuarkMass().
int Chroma::EvenOddPrecZoloNEFFermActArrayParams::N5 |
Size of 5D extent.
Definition at line 33 of file eoprec_zolo_nef_fermact_array_w.h.
Referenced by EvenOddPrecZoloNEFFermActArrayParams(), Chroma::EvenOddPrecZoloNEFFermActArray::initCoeffs(), Chroma::EvenOddPrecZoloNEFFermActArray::precLinOp(), Chroma::EvenOddPrecZoloNEFFermActArray::size(), and Chroma::EvenOddPrecZoloNEFFermActArray::unprecLinOp().
Real Chroma::EvenOddPrecZoloNEFFermActArrayParams::OverMass |
Mass of auxiliary Wilson action.
Definition at line 29 of file eoprec_zolo_nef_fermact_array_w.h.
Referenced by EvenOddPrecZoloNEFFermActArrayParams(), Chroma::EvenOddPrecZoloNEFFermActArray::precLinOp(), and Chroma::EvenOddPrecZoloNEFFermActArray::unprecLinOp().