26 XMLReader inputtop(xml, path);
38 XMLReader paramtop(xml, path);
47 if( paramtop.count(
"PrintLevel") > 0 ) {
53 if(paramtop.count(
"Neig_max")!=0){
57 if( paramtop.count(
"esize") > 0 ) {
61 if( paramtop.count(
"restartTol") > 0 ) {
65 if( paramtop.count(
"NormAest") > 0 ) {
69 if( paramtop.count(
"updateRestartTol") > 0 ) {
73 if(paramtop.count(
"vPrecCGvecs")!=0){
81 if(paramtop.count(
"FileIO")!=0){
82 read(paramtop,
"FileIO", param.
file);
123 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.
SysSolverEigCGParams()
Default constructor.
struct Chroma::SysSolverEigCGParams::File_t file