20 namespace CreateGaugeStateEnv
47 multi1d<LatticeColorMatrix> > >
reader(XMLReader& xml_in,
50 XMLReader top(xml_in, path);
54 if (top.count(
"GaugeState") != 0)
56 gaugestate_path =
"GaugeState";
57 read(top, gaugestate_path +
"/Name", gaugestate);
64 gaugestate_path =
".";
82 nope.
path =
"GaugeState";
84 XMLBufferWriter xml_tmp;
85 push(xml_tmp,
"GaugeState");
86 write(xml_tmp,
"Name", nope.
id);
89 nope.
xml = xml_tmp.str();
Primary include file for CHROMA library code.
Class for counted reference semantics.
All gauge create-state method.
Gauge create state factory.
Gauge boundary condition aggregator.
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.
bool registerAll()
Register all the factories.
GroupXML_t nullXMLGroup()
Returns a simple createstate group.
Handle< CreateGaugeState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > reader(XMLReader &xml_in, const std::string &path)
Helper function for the CreateGaugeState readers.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
push(xml_out,"Condensates")
Periodic gauge state and a creator.
Simple gauge state and a creator.
Stout gauge state and a creator.
Hold group xml and type id.