16 #ifdef USE_PARAMETERS_FACTORY 
   37 #ifdef USE_PARAMETERS_FACTORY 
   50   const string str_vlevel = params.
get_string(
"verbose_level");
 
   81   for (
int mu = 0; mu < 
m_Ndim; ++mu) {
 
   87   assert(bc.size() == 
m_Ndim);
 
   94   for (
int mu = 0; mu < 
m_Ndim; ++mu) {
 
  122   m_SG.resize(m_Ndim * m_Ndim);
 
  163   assert(v.
nex() == f.
nex());
 
  164   assert(v.
nin() == f.
nin());
 
  175                                   const int mu, 
const int nu)
 
  196   Field_F wt(Nvol, 1), vt(Nvol, 1);
 
  238                                         const int mu, 
const int nu)
 
  244   Field_G Cup(Nvol, 1), Cdn(Nvol, 1);
 
  246   Field_G v(Nvol, 1), v2(Nvol, 1);
 
  250   Umu.setpart_ex(0, *
m_U, mu);
 
  277     = 
static_cast<double>(
m_Nc * m_Nd * (2 + 12 + 48 * 
m_Nc));
 
  278   double flop = flop_site * 
static_cast<double>(Lvol);
 
void Register_int_vector(const string &, const std::vector< int > &)
 
void scal(Field &x, const double a)
scal(x, a): x = a * x 
 
void set_config(Field *U)
setting pointer to the gauge configuration. 
 
void Register_string(const string &, const string &)
 
void mult_sigmaF(Field &, const Field &)
 
Field_G m_Ez
field strength. 
 
void mult_Field_Gdn(Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2)
 
void general(const char *format,...)
 
GammaMatrix get_GM(GMspecies spec)
 
Container of Field-type object. 
 
void set_parameters(const Parameters ¶ms)
 
void set_fieldstrength(Field_G &, const int, const int)
 
Parameters_Fopr_CloverTerm()
 
void multadd_Field_Gn(Field_F &y, const int ex, const Field_G &u, int ex1, const Field_F &x, int ex2, const double a)
 
Wilson-type fermion field. 
 
void ah_Field_G(Field_G &w, const int ex)
 
void mult_gm5(Field &v, const Field &w)
 
void multadd_Field_Gdn(Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2, const double ff)
 
void mult_Field_Gnd(Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2)
 
void mult_iGM(Field_F &y, const GammaMatrix &gm, const Field_F &x)
gamma matrix multiplication (i is multiplied) 
 
Bridge::VerboseLevel m_vl
 
void mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)
 
Set of Gamma Matrices: basis class. 
 
void init(std::string repr)
 
void multadd_Field_Gnd(Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2, const double ff)
 
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y 
 
void crucial(const char *format,...)
 
double flop_count()
this returns the number of floating point operations. 
 
void mult_GM(Field_F &y, const GammaMatrix &gm, const Field_F &x)
gamma matrix multiplication 
 
void mult_csw(Field &, const Field &)
 
void lower(Field_G &, const Field_G &, const int mu, const int nu)
constructs lower staple in mu-nu plane. 
 
static bool Register(const std::string &realm, const creator_callback &cb)
 
const Field_G * m_U
pointer to gauge configuration. 
 
static const std::string class_name
 
int sg_index(int mu, int nu)
 
void Register_double(const string &, const double)
 
std::vector< int > m_boundary
 
int fetch_double(const string &key, double &val) const 
 
string get_string(const string &key) const 
 
void upper(Field_G &, const Field_G &, const int mu, const int nu)
constructs upper staple in mu-nu plane. 
 
static VerboseLevel set_verbose_level(const std::string &str)
 
int fetch_int_vector(const string &key, std::vector< int > &val) const 
 
void forward(Field &, const Field &, const int mu)
 
std::vector< GammaMatrix > m_SG