6 #ifndef __prec_nef_fermact_array_w_h__
7 #define __prec_nef_fermact_array_w_h__
15 namespace EvenOddPrecNEFFermActArrayEnv
51 multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >
55 typedef LatticeFermion
T;
56 typedef multi1d<LatticeColorMatrix>
P;
57 typedef multi1d<LatticeColorMatrix>
Q;
64 QDPIO::cout <<
"Construct EvenOddPrecNEFFermActArray: OverMass = " <<
params.
OverMass
84 const Real& m_q)
const;
88 const Real& m_q)
const;
109 const LatticePropagator& q_src,
Create a fermion connection state.
Base class for unpreconditioned domain-wall-like fermion actions.
4D Even Odd preconditioned domain-wall Dirac operator
4D style even-odd preconditioned domain-wall fermion action
EvenOddPrecNEFFermActArray()
Partial constructor.
EvenOddPrecNEFFermActArrayParams params
multi1d< LatticeColorMatrix > Q
const CreateFermState< T, P, Q > & getCreateState() const
Return the fermion BC object for this action.
void quarkProp(LatticePropagator &q_sol, XMLWriter &xml_out, const LatticePropagator &q_src, int t_src, int j_decay, Handle< FermState< T, P, Q > > state, const GroupXML_t &invParam, QuarkSpinType quarkSpinType, bool obsvP, int &ncg_had) const
Given a complete propagator as a source, this does all the inversions needed.
EvenOddPrecDWLikeLinOpBaseArray< T, P, Q > * precLinOp(Handle< FermState< T, P, Q > > state, const Real &m_q) const
Produce an even-odd preconditioned linear operator for this action with arbitrary quark mass.
~EvenOddPrecNEFFermActArray()
Destructor is automatic.
void operator=(const EvenOddPrecNEFFermActArray &a)
Hide =.
UnprecDWLikeLinOpBaseArray< T, P, Q > * unprecLinOp(Handle< FermState< T, P, Q > > state, const Real &m_q) const
Produce an unpreconditioned linear operator for this action with arbitrary quark mass.
EvenOddPrecNEFFermActArray(const EvenOddPrecNEFFermActArray &a)
Copy constructor.
multi1d< LatticeColorMatrix > P
EvenOddPrecNEFFermActArray(Handle< CreateFermState< T, P, Q > > cfs_, const EvenOddPrecNEFFermActArrayParams &p)
General constructor.
Real getQuarkMass() const
Return the quark mass.
Handle< CreateFermState< T, P, Q > > cfs
int size() const
Length of DW flavor index/space.
Support class for fermion actions and linear operators.
Class for counted reference semantics.
Unpreconditioned domain-wall Dirac operator.
Base class for even-odd preconditioned domain-wall-like fermion actions.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
QuarkSpinType
Quark spin type.
bool registerAll()
Register all the factories.
const std::string name
Name to be used.
Asqtad Staggered-Dirac operator.
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > state
static QDP_ColorVector * in
EvenOddPrecNEFFermActArrayParams()
Hold group xml and type id.