16 #ifdef USE_PARAMETERS_FACTORY
33 #ifdef USE_PARAMETERS_FACTORY
48 const string str_vlevel = params.
get_string(
"verbose_level");
78 for (
int mu = 0; mu < Ndim; ++mu) {
84 assert(bc.size() == Ndim);
90 for (
int mu = 0; mu < Ndim; ++mu) {
106 int Nvol2 = Nvol / 2;
126 copy(force_, force1);
129 axpy(force_, 1.0, force1);
161 for (
int mu = 0; mu < Ndim; ++mu) {
void Register_int_vector(const string &, const std::vector< int > &)
void scal(Field &x, const double a)
scal(x, a): x = a * x
Parameters_Force_F_Wilson_eo()
void Register_string(const string &, const string &)
void mult(Field &v, const Field &f)
multiplies fermion operator to a given field (2nd argument) and set the resultant field to the 1st ar...
void set(const int jin, const int site, const int jex, double v)
void general(const char *format,...)
Bridge::VerboseLevel m_vl
void set_parameters(const Parameters ¶ms)
Container of Field-type object.
void set_parameters(const Parameters ¶ms)
void copy(Field &y, const Field &x)
copy(y, x): y = x
Fopr_Wilson_eo * m_fopr_w
void force_udiv1_impl(Field_G &force, const Field_F &zeta, const Field_F &eta)
Wilson-type fermion field.
void mergeField(Field &eo, const Field &e, const Field &o)
void gm5p(const int mu, Field &w, const Field &v)
gamma_5 (1 - gamma_mu) v(x + mu)
void force_udiv(Field &force, const Field &eta)
static const std::string class_name
std::vector< int > m_boundary
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)
static bool Register(const std::string &realm, const creator_callback &cb)
void Meo(Field &, const Field &, const int ieo)
even-odd operatior: ieo=0: even <– odd, ieo=1: odd <– even
void force_udiv1(Field &force, const Field &zeta, const Field &eta)
void set_mode(std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
void Register_double(const string &, const double)
int fetch_double(const string &key, double &val) const
string get_string(const string &key) const
static VerboseLevel set_verbose_level(const std::string &str)
int fetch_int_vector(const string &key, std::vector< int > &val) const