14 namespace UnitGaugeInitEnv
45 XMLReader paramtop(xml, path);
65 multi1d<LatticeColorMatrix>&
u)
const
67 QDPIO::cout <<
"Starting up unit gauge (free) config" << std::endl;
71 XMLBufferWriter file_xml, record_xml;
72 push(file_xml,
"gauge");
73 write(file_xml,
"id",
int(0));
75 push(record_xml,
"unit");
78 gauge_file_xml.open(file_xml);
79 gauge_xml.open(record_xml);
Base class for gauge initialization.
void operator()(XMLReader &gauge_file_xml, XMLReader &gauge_xml, multi1d< LatticeColorMatrix > &u) const
Initialize the gauge field.
All gauge field initializers.
Factory for producing gauge initializer objects.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
GaugeInit * createSource(XMLReader &xml_in, const std::string &path)
Callback function.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
const std::string name
Name to be used.
Asqtad Staggered-Dirac operator.
static multi1d< LatticeColorMatrix > u
push(xml_out,"Condensates")
Params for initializing config.
void writeXML(XMLWriter &in, const std::string &path) const
Parameters for running code.