16 namespace StaggeredCreateFermStateEnv
20 Handle< CreateFermState<LatticeStaggeredFermion,
21 multi1d<LatticeColorMatrix>,
22 multi1d<LatticeColorMatrix> > >
reader(XMLReader& xml_in,
25 XMLReader top(xml_in, path);
31 if (top.count(
"FermState") != 0)
33 fermstate_path =
"FermState";
34 read(top, fermstate_path +
"/Name", fermstate);
38 QDPIO::cerr <<
"Error: FermState group not found" << std::endl;
43 LatticeStaggeredFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > >
Primary include file for CHROMA library code.
Create a fermion connection state.
Class for counted reference semantics.
All ferm create-state method.
Fermion create state factory.
All ferm create-state method.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
Handle< CreateFermState< LatticeStaggeredFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > reader(XMLReader &xml_in, const std::string &path)
Helper function for the CreateFermState readers.
Asqtad Staggered-Dirac operator.
Simple ferm state and a creator.