25   bool init = Smear::Factory::Register(
"APE", create_object);
 
   36   const string str_vlevel = params.
get_string(
"verbose_level");
 
   67   for (
int mu = 0; mu < 
m_Ndim; ++mu) {
 
   68     for (
int nu = 0; nu < 
m_Ndim; ++nu) {
 
   80   for (
int mu = 0; mu < 
m_Ndim; ++mu) {
 
   86   assert(rho.size() == m_Ndim * 
m_Ndim);
 
   90   for (
int mu = 0; mu < 
m_Ndim; ++mu) {
 
   91     for (
int nu = 0; nu < 
m_Ndim; ++nu) {
 
  103   assert(U.
nvol() == Nvol);
 
  105   assert(Usmear.
nvol() == Nvol);
 
  108   Field_G c_tmp(Nvol, 1), u_tmp(Nvol, 1), u_tmp2(Nvol, 1);
 
  114   for (
int mu = 0; mu < 
m_Ndim; ++mu) {
 
  116     u_tmp.setpart_ex(0, U, mu);
 
  118     for (
int nu = 0; nu < 
m_Ndim; ++nu) {
 
  120         double rho = 
m_rho[mu + m_Ndim * nu];
 
  121         staple.
upper(u_tmp2, U, mu, nu);
 
  122         c_tmp.addpart_ex(0, u_tmp2, 0, rho);
 
  124         staple.
lower(u_tmp2, U, mu, nu);
 
  125         c_tmp.addpart_ex(0, u_tmp2, 0, rho);
 
  129     double rho0 = 
m_rho[mu + m_Ndim * mu];
 
void set(const int jin, const int site, const int jex, double v)
 
void general(const char *format,...)
 
int fetch_double(const string &key, double &value) const 
 
void lower(Field_G &, const Field_G &, const int mu, const int nu)
constructs lower staple in mu-nu plane. 
 
void set_parameters(const Parameters ¶ms)
Setting parameters with Parameters object. 
 
void smear(Field_G &Usmear, const Field_G &U)
Smearing of a given gauge field. 
 
Projection * m_proj
projector to group element. 
 
APE type smearing of link variables. 
 
static const std::string class_name
 
void upper(Field_G &, const Field_G &, const int mu, const int nu)
constructs upper staple in mu-nu plane. 
 
void crucial(const char *format,...)
 
base class for projection operator into gauge group. 
 
std::valarray< double > m_rho
smearing parameter 
 
int m_Ndim
spacetime dimension 
 
base class for smearing of link variables. 
 
virtual void project(Field_G &v, double alpha, const Field_G &C, const Field_G &U)=0
projection V = P[alpha, C, U] 
 
void setpart_ex(int ex, const Field &w, int exw)
 
string get_string(const string &key) const 
 
void staple(Field_G &, const Field_G &, const Field_G &, int mu, int nu)
Staple construction. 
 
Bridge::VerboseLevel m_vl
 
static VerboseLevel set_verbose_level(const std::string &str)