15 namespace XMLWriteObjCallMapEnv
24 LatticePropagator
obj;
25 XMLBufferWriter file_xml, record_xml;
31 XMLFileWriter to(file);
32 push(to,
"LatticePropagator");
33 write(to,
"FileXML",file_xml);
34 write(to,
"RecordXML",record_xml);
46 XMLBufferWriter file_xml, record_xml;
52 XMLFileWriter to(file);
53 push(to,
"LatticeFermion");
54 write(to,
"FileXML",file_xml);
55 write(to,
"RecordXML",record_xml);
63 void XMLWriteLatStagProp(
const std::string& buffer_id,
66 LatticeStaggeredPropagator
obj;
67 XMLBufferWriter file_xml, record_xml;
73 XMLFileWriter to(file);
74 push(to,
"LatticeStaggeredPropagator");
75 write(to,
"FileXML",file_xml);
76 write(to,
"RecordXML",record_xml);
84 void XMLWriteArrayLatColMat(
const std::string& buffer_id,
87 multi1d<LatticeColorMatrix>
obj;
88 XMLBufferWriter file_xml, record_xml;
94 XMLFileWriter to(file);
95 push(to,
"Multi1dLatticeColorMatrix");
96 write(to,
"FileXML",file_xml);
97 write(to,
"RecordXML",record_xml);
120 XMLWriteLatStagProp);
122 XMLWriteArrayLatColMat);
Hold eigenvalues and eigenvectors.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
Handle< MapObject< int, EVPair< LatticeColorVector > > > obj
Named object function std::map.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
push(xml_out,"Condensates")
Write object function std::map.