26 XMLReader inputtop(xml, path);
38 XMLReader paramtop(xml, path);
45 if( paramtop.count(
"PrintLevel") > 0 ) {
51 if(paramtop.count(
"Neig_max")!=0){
55 if( paramtop.count(
"esize") > 0 ) {
61 if( paramtop.count(
"restartTol") > 0 ) {
65 if( paramtop.count(
"NormAest") > 0 ) {
69 if( paramtop.count(
"updateRestartTol") > 0 ) {
75 if(paramtop.count(
"FileIO")!=0){
76 read(paramtop,
"FileIO", param.
file);
88 write(xml,
"invType",
"OPT_EIG_CG_INVERTER");
114 read(xml, path, *
this);
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.
Asqtad Staggered-Dirac operator.
push(xml_out,"Condensates")
Routines associated with Chroma propagator IO.
Params for EigCG inverter.
struct Chroma::SysSolverOptEigCGParams::File_t file
SysSolverOptEigCGParams()
Default constructor.