CHROMA
syssolver_rel_bicgstab_clover_params.h
Go to the documentation of this file.
1 #ifndef __SYSSOLVER_REL_BICGSTAB_PARAMS_H__
2 #define __SYSSOLVER_REL_BICGSTAB_PARAMS_H__
3 
4 #include "chromabase.h"
6 #include "io/xml_group_reader.h"
7 
8 namespace Chroma
9 {
11  SysSolverReliableBiCGStabCloverParams(XMLReader& xml, const std::string& path);
14  clovParams = p.clovParams;
15  MaxIter = p.MaxIter;
16  RsdTarget = p.RsdTarget;
17  Delta = p.Delta;
18  }
20  int MaxIter;
21  Real RsdTarget;
22  Real Delta;
23  };
24 
26  void read(XMLReader& xml, const std::string& path, SysSolverReliableBiCGStabCloverParams& p);
27 
28  void write(XMLWriter& xml, const std::string& path,
30 
31 
32 
33 }
34 
35 #endif
36 
37 
Primary include file for CHROMA library code.
Parameters for Clover fermion action.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams &param)
Read parameters.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams &param)
Writer parameters.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
SysSolverReliableBiCGStabCloverParams SysSolverReliableCGCloverParams
::std::string string
Definition: gtest.h:1979
Params for clover ferm acts.
SysSolverReliableBiCGStabCloverParams(const SysSolverReliableBiCGStabCloverParams &p)
Read an XML group as a std::string.