5 #include "qdp_config.h"
24 namespace UnprecSpaceCentralPrecTimeWilsonFermActEnv
27 WilsonTypeFermAct<LatticeFermion,
28 multi1d<LatticeColorMatrix>,
33 WilsonFermActParams(xml_in, path));
38 FermionAction<LatticeFermion,
39 multi1d<LatticeColorMatrix>,
40 multi1d<LatticeColorMatrix> >*
createFermAct(XMLReader& xml_in,
73 UnprecSpaceCentralPrecTimeLinearOperator<LatticeFermion,
74 multi1d<LatticeColorMatrix>,
75 multi1d<LatticeColorMatrix> >*
76 UnprecSpaceCentralPrecTimeWilsonFermAct::linOp(Handle< FermState<T,P,Q> >
state)
const
78 return new UnprecSCprecTWilsonLinOp(
state,param.Mass,param.anisoParam);
Primary include file for CHROMA library code.
All ferm create-state method.
Fermion action factories.
StaggeredTypeFermAct< LatticeStaggeredFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * createFermAct4D(XMLReader &xml_in, const std::string &path)
Callback function.
bool registerAll()
Register all the factories.
FermionAction< LatticeStaggeredFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * createFermAct(XMLReader &xml_in, const std::string &path)
Callback function.
static bool registered
Local registration flag.
const std::string name
Name to be used.
Handle< CreateFermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > reader(XMLReader &xml_in, const std::string &path)
Helper function for the CreateFermState readers.
Asqtad Staggered-Dirac operator.
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > state
Various parameter structs and reader/writers.
Unpreconditioned Wilson fermion linear operator.