Go to the documentation of this file.
14 #ifndef FOPR_SMEARED_EO_INCLUDED
15 #define FOPR_SMEARED_EO_INCLUDED
140 static bool register_factory()
143 init &= Fopr::Factory_fopr_director::Register(
"Smeared_eo", create_object);
void mult_dn(const int mu, Field &v, const Field &w)
downward nearest neighbor hopping term.
void mult(Field &v, const Field &f)
multiply smeared fermion operator
Common parameter class: provides parameters as singleton.
int field_nin()
returns the on-site d.o.f. for which the fermion operator is defined.
smeared fermion operator with even-odd preconditioning.
void mult_up(const int mu, Field &v, const Field &w)
upward nearest neighbor hopping term.
void get_parameters(Parameters &) const
gets parameters by a Parameter object: to be implemented in a subclass.
int field_nex()
returns the external d.o.f. for which the fermion operator is defined.
double flop_count()
this returns the number of floating point operations.
virtual void mult_dag(AFIELD &, const AFIELD &)
hermitian conjugate of mult(Field&, const Field&).
Director_Smear * m_dr_smear
virtual void set_mode(const std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
void postProp(Field &x, const Field &xe, const Field &bo)
virtual void preProp(AFIELD &, AFIELD &, const AFIELD &)=0
virtual int field_nin()=0
returns the on-site d.o.f. for which the fermion operator is defined.
void mult_dag(Field &v, const Field &f)
multiply smeared fermion operator
Fopr_Smeared_eo(Fopr_eo *fopr_eo, Director_Smear *dr_smear)
constructor requires Fopr and Director_Smear objects
Manager of smeared configurations.
Bridge::VerboseLevel m_vl
std::string get_mode() const
returns the current mult mode.
void set_config(Field *U)
set pointer to original thin link variable
void preProp(Field &Be, Field &bo, const Field &b)
std::string get_mode() const
virtual int field_nvol()=0
returns the volume for which the fermion operator is defined.
virtual void postProp(AFIELD &, const AFIELD &, const AFIELD &)=0
virtual void mult_dn(int mu, AFIELD &, const AFIELD &)
downward nearest neighbor hopping term.
static const std::string class_name
Fopr_Smeared_eo(Fopr_eo *fopr_eo, Director_Smear *dr_smear, const Parameters ¶ms)
int field_nvol()
returns the volume for which the fermion operator is defined.
Manager of commonly used data object in HMC.
void set_mode(const std::string mode)
set the mode of fermion operator
Container of Field-type object.
virtual void mult(AFIELD &, const AFIELD &)
multiplies fermion operator to a given field (2nd argument)
void set_parameters(const Parameters &)
sets parameters by a Parameter object: to be implemented in a subclass.
virtual int field_nex()=0
returns the external d.o.f. for which the fermion operator is defined.
virtual void mult_up(int mu, AFIELD &, const AFIELD &)
upward nearest neighbor hopping term.