6 #ifndef __prec_ht_contfrac5d_fermact_array_w_h__
7 #define __prec_ht_contfrac5d_fermact_array_w_h__
18 namespace EvenOddPrecHtContFrac5DFermActArrayEnv
66 multi1d<LatticeColorMatrix>,
67 multi1d<LatticeColorMatrix> >
71 typedef LatticeFermion
T;
72 typedef multi1d<LatticeColorMatrix>
P;
73 typedef multi1d<LatticeColorMatrix>
Q;
98 QDPIO::cerr <<
"Hermitian version of this operator is not yet implemented" << std::endl << std::flush;
109 QDPIO::cerr <<
"linOp4D not implemented" << std::endl;
134 void init(Real& scale_fac,
135 multi1d<Real>&
alpha,
136 multi1d<Real>&
beta)
const;
Create a fermion connection state.
Even-odd preconditioned linear operator including derivatives for arrays.
Even-odd preconditioned Wilson-like fermion actions including derivatives.
5D continued fraction overlap action (Borici,Wenger, Edwards)
SystemSolver< LatticeFermion > * qprop(Handle< FermState< T, P, Q > > state, const GroupXML_t &invParam) const
Compute quark propagator over base type.
LinearOperator< T > * DeltaLs(Handle< FermState< T, P, Q > > state, const GroupXML_t &invParam) const
Produce a DeltaLs = 1-epsilon^2(H) operator.
multi1d< LatticeColorMatrix > P
multi1d< LatticeColorMatrix > Q
EvenOddPrecHtContFrac5DFermActArray(const EvenOddPrecHtContFrac5DFermActArray &a)
Copy constructor.
EvenOddPrecConstDetLinearOperatorArray< T, P, Q > * linOp(Handle< FermState< T, P, Q > > state) const
Produce a linear operator for this action.
int size(void) const
Expected length of array index.
Handle< CreateFermState< T, P, Q > > fs
LinearOperator< LatticeFermion > * linOp4D(Handle< FermState< T, P, Q > > state, const Real &m_q, const GroupXML_t &invParam) const
Produce an unpreconditioned linear operator projecting 5D to 4D (the inverse of qprop below)
LinearOperatorArray< T > * hermitianLinOp(Handle< FermState< T, P, Q > > state) const
produce hermitian version of linOp
void init(Real &scale_fac, multi1d< Real > &alpha, multi1d< Real > &beta) const
Helper in construction.
EvenOddPrecConstDetLinearOperatorArray< T, P, Q > * linOpPV(Handle< FermState< T, P, Q > > state) const
Produce a Pauli-Villars linear operator for this action.
Real getQuarkMass() const
Return the quark mass.
EvenOddPrecHtContFrac5DFermActArray()
EvenOddPrecHtContFrac5DFermActParams params
const CreateFermState< T, P, Q > & getCreateState() const
Return the fermion BC object for this action.
~EvenOddPrecHtContFrac5DFermActArray()
Destructor is automatic.
Support class for fermion actions and linear operators.
Class for counted reference semantics.
Linear Operator to arrays.
Even-odd const determinant Wilson-like fermact.
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.
const std::string name
Name to be used.
bool registerAll()
Register all the factories.
static const LatticeInteger & beta(const int dim)
static const LatticeInteger & alpha(const int dim)
Asqtad Staggered-Dirac operator.
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > state
static QDP_ColorVector * in
Params for 5D overlap ferm acts.
int RatPolyDeg
Degree of the Rational Poly.
Real c5
c5 Moebius parameter
EvenOddPrecHtContFrac5DFermActParams()
Default empty construction.
CoeffType approximation_type
ZOLOTAREV | TANH | Other approximation coeffs.
Real b5
b5 Moebius parameter
Real ApproxMax
Approximate max eigenvalue of H_T.
Real ApproxMin
Approximate min eigenvalue of H_T.
Real OverMass
Mass of auxiliary Wilson action.
Hold group xml and type id.