Go to the documentation of this file.
14 #ifndef SMEAR_HYP_INCLUDED
15 #define SMEAR_HYP_INCLUDED
46 std::vector<Field_G>
m_U;
70 void set_parameters(
const double alpha1,
const double alpha2,
const double alpha3);
78 const int mu,
const int nu);
84 int index_v1(
const int mu,
const int nu,
const int rho)
86 int sig = 6 - mu - nu - rho;
121 static bool register_factory()
124 init &= Smear::Factory::Register(
"HYP", create_object);
125 init &= Smear::Factory_params::Register(
"HYP", create_object_with_params);
std::vector< Field_G > m_v1
Common parameter class: provides parameters as singleton.
base class for smearing of link variables.
int index_v2(const int mu, int nu)
void staple(Field_G &, const Field_G &, const Field_G &, const int mu, const int nu)
Smear_HYP(Projection *proj, const Parameters ¶ms)
static const std::string class_name
void set_parameters(const Parameters ¶ms)
int index_v1(const int mu, const int nu, const int rho)
HYP smearing of link variables.
void get_parameters(Parameters ¶ms) const
Bridge::VerboseLevel m_vl
std::vector< Field_G > m_U
Methods to shift a field in the lexical site index.
void smear(Field_G &Usmear, const Field_G &U)
Smear_HYP(Projection *proj)
std::vector< Field_G > m_v2
base class for projection operator into gauge group.