16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = Fopr_Clover_Isochemical::register_factory();
27 const std::string str_vlevel = params.
get_string(
"verbose_level");
32 double kappa, cSW, mu;
38 err += params.
fetch_double(
"isospin_chemical_potential", mu);
53 const std::vector<int> bc)
60 for (
int dir = 0; dir <
m_Ndim; ++dir) {
66 assert(bc.size() ==
m_Ndim);
126 assert(f.
nex() == 1);
139 assert(f.
nex() == 1);
152 assert(f.
nex() == 1);
162 assert(f.
nex() == 1);
172 assert(f.
nex() == 1);
181 const int mu,
const int nu)
193 const double gflop = 0.0;
void set_config(Field *U)
setting pointer to the gauge configuration.
const Field_G * m_U
gauge configuration (pointer)
void set_config(Field *U)
setting pointer to the gauge configuration.
void mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)
Fopr_CloverTerm * m_fopr_csw
Clover term operator.
void set_parameters(const Parameters ¶ms)
void general(const char *format,...)
double m_cSW
clover coefficient
void set_config(Field *U)
setting pointer to the gauge configuration.
Org::Fopr_CloverTerm Fopr_CloverTerm
Clover term operator.
Container of Field-type object.
int fetch_double(const string &key, double &value) const
double m_mu
isospin chemical potential
double flop_count()
this returns the number of floating point operations.
void mult_sigmaF(Field &, const Field &)
void Ddag(Field &, const Field &)
Wilson-type fermion field.
void mult_gm5(Field &v, const Field &w)
gamma_5 multiplication. [31 Mar 2017 H.Matsufuru]
double m_kappa
hopping parameter
Fopr_Wilson_Isochemical * m_fopr_w
Wilson fermion kernel.
void D(Field &, const Field &)
Wilson fermion operator with isospin chemical potential.
Bridge::VerboseLevel m_vl
void DdagD(Field &, const Field &)
static const std::string class_name
void Hdag(Field &, const Field &)
void set_parameters(const Parameters ¶ms)
std::vector< int > m_boundary
boundary conditions
void set_parameters(const Parameters ¶ms)
void reset(const int Nin, const int Nvol, const int Nex, const element_type cmpl=Element_type::COMPLEX)
void init(const std::string repr)
void Ddag(Field &, const Field &)
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
void crucial(const char *format,...)
int m_NinF
internal parameters
void D(Field &, const Field &)
void H(Field &, const Field &)
std::string m_repr
gamma matrix representation
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 mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)