8 namespace ReadRatApproxEnv
41 XMLReader paramtop(
in,path);
44 XMLReader pfe_in(paramtop,
"PFECoeffs");
48 XMLReader ipfe_in(paramtop,
"IPFECoeffs");
54 QDPIO::cout <<
"Caught Exception reading XML" << e << std::endl;
Primary include file for CHROMA library code.
Base class for rational approximations.
Remez type of rational approximations.
ReadRatApproxEnv::Params params
void operator()(RemezCoeff_t &pfe, RemezCoeff_t &ipfe) const
Produce the partial-fraction-expansion (PFE) and its inverse (IPFE)
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
const std::string name
Name to be used.
static bool registered
Local registration flag.
RationalApprox * createApprox(XMLReader &xml_in, const std::string &path)
Callback function.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
push(xml_out,"Condensates")
static QDP_ColorVector * out
Constructor.
static QDP_ColorVector * in
Rational approximation aggregator.
Rational approximation factories.
Remez-type rational approximation.
Params for Remez type rational approximation.
void writeXML(XMLWriter &in, const std::string &path) const
Convenient structure to package Remez coeffs.