9 #include "qdp_iogauge.h"
31 namespace CERNGaugeInitEnv
62 XMLReader paramtop(xml, path);
85 multi1d<LatticeColorMatrix>&
u)
const
90 XMLBufferWriter file_xml, record_xml;
91 push(file_xml,
"gauge");
92 write(file_xml,
"info",
"A_CERN_Gauge_Field");
95 push(record_xml,
"record");
96 write(record_xml,
"info",
"Spooled_from_CERN_Format_File");
99 gauge_file_xml.open(file_xml);
100 gauge_xml.open(record_xml);
CPPACS gauge format routines.
void operator()(XMLReader &gauge_file_xml, XMLReader &gauge_xml, multi1d< LatticeColorMatrix > &u) const
Initialize the gauge field.
Base class for gauge initialization.
All gauge field initializers.
Factory for producing gauge initializer objects.
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.
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")
void readCERN(multi1d< LatticeColorMatrix > &, const std::string &)
Params for initializing config.
void writeXML(XMLWriter &in, const std::string &path) const
Parameters for running code.