16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = Fopr_Clover::register_factory();
58 const std::string str_vlevel = params.
get_string(
"verbose_level");
87 for (
int mu = 0; mu <
m_Ndim; ++mu) {
93 assert(bc.size() ==
m_Ndim);
111 assert(f.
nex() == 1);
160 const int mu,
const int nu)
183 gflop_csw += 2 *
m_Nc *
m_Nd / Nvol / NPE / 1.0e+9;
185 double gflop = gflop_w + gflop_csw;
188 if ((
m_mode ==
"DdagD") || (
m_mode ==
"DDdag")) gflop += gflop_csw;
void DDdag(Field &, const Field &)
void mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)
const Field_G * m_U
gauge configuration (pointer)
void set_parameters(const Parameters ¶ms)
double flop_count()
this returns the number of floating point operations.
void general(const char *format,...)
Org::Fopr_CloverTerm Fopr_CloverTerm
Clover term operator.
Container of Field-type object.
int fetch_double(const string &key, double &value) const
void mult_sigmaF(Field &, const Field &)
void DdagD(Field &, const Field &)
std::vector< int > m_boundary
boundary conditions
void H(Field &, const Field &)
std::string m_mode
mode of multiplication
Wilson-type fermion field.
std::string m_repr
gamma matrix representation
void mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)
void set_parameters(const Parameters ¶ms)
double m_cSW
clover coefficient
void D(Field &v, const Field &f)
double m_kappa
hopping parameter
Bridge::VerboseLevel m_vl
Fopr_Wilson * m_fopr_w
Wilson fermion kernel.
static const std::string class_name
void mult_gm5(Field &v, const Field &w)
gamma_5 multiplication. [31 Mar 2017 H.Matsufuru]
void D(Field &, const Field &)
void reset(const int Nin, const int Nvol, const int Nex, const element_type cmpl=Element_type::COMPLEX)
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
void crucial(const char *format,...)
Fopr_CloverTerm * m_fopr_csw
Clover term operator.
Org::Fopr_Wilson Fopr_Wilson
Wilson fermion operator.
int m_NinF
internal parameters
void Ddag(Field &, const Field &)
double flop_count()
this returns the number of floating point operations.
string get_string(const string &key) const
int fetch_int_vector(const string &key, vector< int > &value) const
double flop_count()
this returns the number of floating point operations.
void init(const std::string repr)
static VerboseLevel set_verbose_level(const std::string &str)
void set_parameters(const Parameters ¶ms)