Go to the documentation of this file.
14 #ifndef SMEAR_HYP_SF_INCLUDED
15 #define SMEAR_HYP_SF_INCLUDED
48 std::vector<Field_G>
m_U;
81 const std::vector<double>& phi,
82 const std::vector<double>& phipr);
90 const int mu,
const int nu);
96 int index_v1(
const int mu,
const int nu,
const int rho)
98 int sig = 6 - mu - nu - rho;
133 static bool register_factory()
136 init &= Smear::Factory::Register(
"HYP_SF", create_object);
137 init &= Smear::Factory_params::Register(
"HYP_SF", create_object_with_params);
Common parameter class: provides parameters as singleton.
base class for smearing of link variables.
void staple(Field_G &, const Field_G &, const Field_G &, const int mu, const int nu)
void smear(Field_G &Usmear, const Field_G &U)
std::vector< Field_G > m_U
std::vector< double > m_phipr
Mat_SU_N m_wk
SF boundary condition at t=0.
HYP smearing of link variables with SF BC.
std::vector< Field_G > m_v2
Bridge::VerboseLevel m_vl
void get_parameters(Parameters ¶ms) const
Smear_HYP_SF(Projection *proj)
int index_v2(const int mu, int nu)
Methods to shift a field in the lexical site index.
Smear_HYP_SF(Projection *proj, const Parameters ¶ms)
static const std::string class_name
std::vector< Field_G > m_v1
Mat_SU_N m_wkpr
SF boundary condition at t=Nt.
base class for projection operator into gauge group.
int index_v1(const int mu, const int nu, const int rho)
std::vector< double > m_phi
void set_parameters(const Parameters ¶ms)