6 #ifndef __prec_kno_fermact_array_w_h__
7 #define __prec_kno_fermact_array_w_h__
15 namespace EvenOddPrecKNOFermActArrayEnv
49 multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >
53 typedef LatticeFermion
T;
54 typedef multi1d<LatticeColorMatrix>
P;
55 typedef multi1d<LatticeColorMatrix>
Q;
59 const Real& OverMass_,
62 const multi1d<Real>& c_,
83 const Real& m_q)
const;
87 const Real& m_q)
const;
108 const LatticePropagator& q_src,
127 void initCoeffs(multi1d<Real>& b5_arr, multi1d<Real>& c5_arr)
const;
Create a fermion connection state.
Base class for unpreconditioned domain-wall-like fermion actions.
4D Even Odd preconditioned domain-wall Dirac operator
EvenOddPreconditioned NEF fermion 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.
void operator=(const EvenOddPrecKNOFermActArray &a)
Hide =.
EvenOddPrecKNOFermActArray(Handle< CreateFermState< T, P, Q > > cfs_, const Real &OverMass_, const Real &Mass_, const Real &a5_, const multi1d< Real > &c_, int N5_)
General FermBC.
EvenOddPrecKNOFermActArray()
Partial constructor.
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.
int size() const
Length of DW flavor index/space.
EvenOddPrecKNOFermActArray(Handle< CreateFermState< T, P, Q > > cfs_, const EvenOddPrecKNOFermActArrayParams ¶m)
General FermBC.
void initCoeffs(multi1d< Real > &b5_arr, multi1d< Real > &c5_arr) const
multi1d< LatticeColorMatrix > P
~EvenOddPrecKNOFermActArray()
Destructor is automatic.
Real getQuarkMass() const
Return the quark mass.
Handle< CreateFermState< T, P, Q > > cfs
multi1d< LatticeColorMatrix > Q
EvenOddPrecKNOFermActArray(const EvenOddPrecKNOFermActArray &a)
Copy constructor.
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.
const CreateFermState< T, P, Q > & getCreateState() const
Return the fermion create state object for this action.
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.
const std::string name
Name to be used.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > state
static QDP_ColorVector * in
EvenOddPrecKNOFermActArrayParams()
Hold group xml and type id.