7 #include "qdp_map_obj_disk.h"
16 namespace MapObjectDiskEnv
31 Params::Params(XMLReader& xml,
const std::string& path)
33 XMLReader paramtop(xml, path);
41 QDP::MapObject<int,EVPair<LatticeColorVector> >* createMapObjIntKeyCV(XMLReader& xml_in,
46 Params
params(xml_in, path);
48 auto obj =
new QDP::MapObjectDisk<int,EVPair<LatticeColorVector> >();
49 obj->insertUserdata(user_data);
56 QDP::MapObject<KeyPropColorVec_t,LatticeFermion>* createMapObjKeyPropColorVecLF(XMLReader& xml_in,
61 Params
params(xml_in, path);
63 auto obj =
new QDP::MapObjectDisk<KeyPropColorVec_t,LatticeFermion>();
64 obj->insertUserdata(user_data);
85 QDPIO::cout << __PRETTY_FUNCTION__ <<
": registering map obj key colorvec" << std::endl;
Primary include file for CHROMA library code.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
Handle< MapObject< int, EVPair< LatticeColorVector > > > obj
Key for propagator colorstd::vector sources.
Header file for std::map obj aggregate registrations.
static bool registered
Local registration flag.
const std::string name
Name to be used.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
static QDP_ColorVector * out
Constructor.
static QDP_ColorVector * in