4 #include "qdp_config.h"
22 namespace ILUPrecSpaceCentralPrecTimeCloverFermActEnv
25 WilsonTypeFermAct<LatticeFermion,
26 multi1d<LatticeColorMatrix>,
31 CloverFermActParams(xml_in, path));
36 FermionAction<LatticeFermion,
37 multi1d<LatticeColorMatrix>,
38 multi1d<LatticeColorMatrix> >*
createFermAct(XMLReader& xml_in,
71 ILUPrecSpaceCentralPrecTimeLinearOperator<LatticeFermion,
72 multi1d<LatticeColorMatrix>,
73 multi1d<LatticeColorMatrix> >*
74 ILUPrecSpaceCentralPrecTimeCloverFermAct::linOp(Handle< FermState<T,P,Q> >
state)
const
76 return new ILUPrecSCprecTCloverLinOp(
state,param);
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.