Go to the documentation of this file.
14 #ifndef FORCESMEAR_HYP_INCLUDED
15 #define FORCESMEAR_HYP_INCLUDED
46 std::vector<Field_G>
m_U;
69 void set_parameters(
const double alpha1,
const double alpha2,
const double alpha3);
89 const int mu,
const int nu);
91 int idx1(
const int mu,
const int nu,
const int rho)
93 int sig = 6 - mu - nu - rho;
99 int idx1b(
const int mu,
int nu,
int rho)
141 static bool register_factory()
144 init &= ForceSmear::Factory::Register(
"HYP", create_object);
145 init &= ForceSmear::Factory_params::Register(
"HYP", create_object_with_params);
Bridge::VerboseLevel m_vl
void force_udiv(Field_G &Sigma, const Field_G &Sigma_p, const Field_G &U)
Common parameter class: provides parameters as singleton.
std::vector< Field_G > m_iTheta2
void force_step1(Field_G &)
std::vector< Field_G > m_iTheta3
std::vector< Field_G > m_v1
void force_step3(Field_G &, const Field_G &)
int idx2(const int mu, int nu)
ForceSmear_HYP(Projection *proj, const Parameters ¶ms)
std::vector< Field_G > m_Sigma3
static const std::string class_name
void get_parameters(Parameters ¶ms) const
void set_parameters(const Parameters ¶ms)
Recursive calculation of HYP smeared fermion force.
std::vector< Field_G > m_v2
int idx1(const int mu, const int nu, const int rho)
int idx1b(const int mu, int nu, int rho)
void force_step2(Field_G &)
std::vector< Field_G > m_Sigma2
Methods to shift a field in the lexical site index.
ForceSmear_HYP(Projection *proj)
base class for projection operator into gauge group.
std::vector< Field_G > m_iTheta1
void staple(Field_G &, const Field_G &, const Field_G &, const int mu, const int nu)
std::vector< Field_G > m_U
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)