21   const string str_vlevel = params.
get_string(
"verbose_level");
 
   51   for (
int mu = 0; mu < Ndim; ++mu) {
 
   57   assert(bc.size() == Ndim);
 
   87   axpy(force, 1.0, force1); 
 
  119   for (
int mu = 0; mu < Ndim; ++mu) {
 
SU(N) gauge field class in which a few functions are added for the SF. 
void scal(Field &x, const double a)
scal(x, a): x = a * x 
void mult_Field_Gd(Field_F &y, const int ex, const Field_G &u, int ex1, const Field_F &x, int ex2)
void force_udiv1_impl(Field_G &force, const Field_F &zeta, const Field_F &eta)
void set(const int jin, const int site, const int jex, double v)
void general(const char *format,...)
Bridge::VerboseLevel m_vl
Container of Field-type object. 
int fetch_double(const string &key, double &value) const 
void copy(Field &y, const Field &x)
copy(y, x): y = x 
Wilson-type fermion field. 
void set_boundary_spatial_link_zero()
Set the boundary spatial link to 0 for SF bc. 
void set_mode(const std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
void mult_gm5p(const int mu, Field_F &v, const Field_F &w)
Fopr_Wilson_SF * m_fopr_w
static const std::string class_name
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y 
void crucial(const char *format,...)
void tensorProd_Field_F(Field_G &u, const Field_F &v1, const Field_F &v2)
void set_parameters(const Parameters ¶ms)
void force_udiv(Field &force, const Field &eta)
std::vector< int > m_boundary
void mult(Field &v, const Field &f)
multiplies fermion operator to a given field (2nd argument) 
void force_udiv1(Field &force, const Field &zeta, const Field &eta)
string get_string(const string &key) const 
int fetch_int_vector(const string &key, vector< int > &value) const 
static VerboseLevel set_verbose_level(const std::string &str)
void set_parameters(const Parameters ¶ms)