Go to the documentation of this file.
   14 #ifndef SMEAR_APE_SF_INCLUDED 
   15 #define SMEAR_APE_SF_INCLUDED 
   73                       const std::vector<double>& phi,
 
   74                       const std::vector<double>& phipr);
 
   77                       const std::vector<double>& phi,
 
   78                       const std::vector<double>& phipr);
 
   97   static bool register_factory()
 
  100     init &= Smear::Factory::Register(
"APE_SF", create_object);
 
  101     init &= Smear::Factory_params::Register(
"APE_SF", create_object_with_params);
 
  
 
APE type smearing of link variables.
 
Common parameter class: provides parameters as singleton.
 
void get_parameters(Parameters ¶ms) const
 
base class for smearing of link variables.
 
std::vector< double > m_phipr
SF boundary condition at t=Nt.
 
std::vector< double > m_phi
SF boundary condition at t=0.
 
Smear_APE_SF(Projection *proj)
 
std::valarray< double > m_rho
 
Bridge::VerboseLevel m_vl
 
Mat_SU_N m_wkpr
SF boundary condition at t=Nt.
 
Mat_SU_N m_wk
SF boundary condition at t=0.
 
base class for projection operator into gauge group.
 
Smear_APE_SF(Projection *proj, const Parameters ¶ms)
 
static const std::string class_name
 
void set_parameters(const Parameters ¶ms)
 
void smear(Field_G &Usmear, const Field_G &U)