6 #ifndef __unprec_nef_fermact_array_w_h__
7 #define __unprec_nef_fermact_array_w_h__
16 namespace UnprecNEFFermActArrayEnv
50 multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >
54 typedef LatticeFermion
T;
55 typedef multi1d<LatticeColorMatrix>
P;
56 typedef multi1d<LatticeColorMatrix>
Q;
60 const Real& OverMass_,
61 const Real& b5_,
const Real& c5_,
62 const Real& Mass_,
int N5_) :
83 const Real& m_q)
const;
103 const LatticePropagator& q_src,
Create a fermion connection state.
Support class for fermion actions and linear operators.
Class for counted reference semantics.
Base class for unpreconditioned domain-wall-like fermion actions.
Unpreconditioned domain-wall Dirac operator.
Unpreconditioned NEF fermion action.
multi1d< LatticeColorMatrix > P
UnprecNEFFermActArray()
Partial constructor.
~UnprecNEFFermActArray()
Destructor is automatic.
UnprecNEFFermActArray(Handle< CreateFermState< T, P, Q > > cfs_, const Real &OverMass_, const Real &b5_, const Real &c5_, const Real &Mass_, int N5_)
General FermBC.
Handle< CreateFermState< T, P, Q > > cfs
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.
int size() const
Length of DW flavor index/space.
UnprecNEFFermActArray(const UnprecNEFFermActArray &a)
Copy constructor.
Real getQuarkMass() const
Return the quark mass.
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.
const CreateFermState< T, P, Q > & getCreateState() const
Return the fermion BC object for this action.
multi1d< LatticeColorMatrix > Q
UnprecNEFFermActArray(Handle< CreateFermState< T, P, Q > > cfs_, const UnprecNEFFermActArrayParams ¶m)
General FermBC.
void operator=(const UnprecNEFFermActArray &a)
Hide =.
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
Hold group xml and type id.
UnprecNEFFermActArrayParams()
Base class for unpreconditioned domain-wall-like fermion actions.
Wilson-like fermion actions.