11 #ifndef __unprec_graphene_fermact_w_h__
12 #define __unprec_graphene_fermact_w_h__
23 namespace UnprecGrapheneFermActEnv
36 multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >
40 typedef LatticeFermion
T;
41 typedef multi1d<LatticeColorMatrix>
P;
42 typedef multi1d<LatticeColorMatrix>
Q;
Create a fermion connection state.
Support class for fermion actions and linear operators.
Class for counted reference semantics.
Unpreconditioned Graphene fermion action.
~UnprecGrapheneFermAct()
Destructor is automatic.
UnprecGrapheneFermAct & operator=(const UnprecGrapheneFermAct &a)
Assignment.
Handle< CreateFermState< T, P, Q > > cfs
UnprecGrapheneFermAct(const UnprecGrapheneFermAct &a)
Copy constructor.
const CreateFermState< T, P, Q > & getCreateState() const
Return the fermion create state object for this action.
multi1d< LatticeColorMatrix > Q
WilsonFermActParams param
LinearOperator< T > * hermitianLinOp(Handle< FermState< T, P, Q > > state) const
Produce the gamma_5 hermitian operator H_w.
UnprecGrapheneFermAct(Handle< CreateFermState< T, P, Q > > cfs_, const WilsonFermActParams ¶m_)
General FermBC.
multi1d< LatticeColorMatrix > P
UnprecLinearOperator< T, P, Q > * linOp(Handle< FermState< T, P, Q > > state) const
Produce a linear operator for this action.
UnprecGrapheneFermAct(Handle< CreateFermState< T, P, Q > > cfs_, const Real &Mass_)
General FermBC.
Unpreconditioned linear operator including derivatives.
Unpreconditioned Wilson-like fermion actions with derivatives.
Gamma(5) hermitian linear operator.
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
Params for wilson ferm acts.
Wilson-like fermion actions.
Wilson fermion action parameters.