14 #ifndef FORCESMEAR_APE_INCLUDED
15 #define FORCESMEAR_APE_INCLUDED
48 std::vector<Field_G>
m_U;
82 double rho(
const int mu,
const int nu)
93 const int mu,
const int nu);
103 static bool register_factory()
105 return ForceSmear::Factory::Register(
"APE", create_object);
Recursive calculation for APE smeared fermion force.
std::vector< Field_G > m_iTheta
ForceSmear_APE(Projection *proj)
Base class for force calculation of smeared operators.
void force_each(Field_G &, const Field_G &, const Field_G &, const Field_G &, const Field_G &, const int mu, const int nu)
double rho(const int mu, const int nu)
void set_parameters(const Parameters ¶ms)
void staple(Field_G &, const Field_G &, const Field_G &, const int mu, const int nu)
void force_udiv(Field_G &Sigma, const Field_G &Sigma_p, const Field_G &U)
base class for projection operator into gauge group.
std::vector< Field_G > m_U
Methods to shift a field in the lexical site index.
ForceSmear_APE(unique_ptr< Projection > &proj)
std::vector< double > m_rho
static const std::string class_name