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 ) {
71 if(paramtop.count(
"FileIO")!=0){
72 read(paramtop,
"FileIO", param.
file);
75 if( paramtop.count(
"sort_option") > 0 ) {
79 if( paramtop.count(
"epsi") > 0 )
82 if( paramtop.count(
"ConvTestOpt")>0 )
94 write(xml,
"invType",
"OPT_EIG_CG_INVERTER");
124 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 EigBiCG inverter.
SysSolverOptEigBiCGParams()
Default constructor.
struct Chroma::SysSolverOptEigBiCGParams::File_t file