Go to the documentation of this file.
17 =
"Force_F_Wilson_Nf2_Isochemical";
53 const std::vector<int> bc)
67 const std::vector<int> bc)
72 assert(bc.size() == Ndim);
90 for (
int dir = 0; dir < Ndim; ++dir) {
126 axpy(force_, 1.0, force);
153 for (
int dir = 0; dir < Ndim - 1; ++dir) {
165 const int dir = Ndim - 1;
175 }
else if (
m_mode ==
"Hdag") {
void set_string(const string &key, const string &value)
double m_mu
isospin chemical potential
void set(const int jin, const int site, const int jex, double v)
void set_double(const string &key, const double value)
void force_udiv1_impl(Field_G &force, const Field_F &zeta, const Field_F &eta)
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
void mult_Field_Gd(Field_F &y, const int ex, const Field_G &u, int ex1, const Field_F &x, int ex2)
void set_parameters(const Parameters ¶ms)
sets parameters by a Parameter object: to be implemented in a subclass.
void copy(Field &y, const Field &x)
copy(y, x): y = x
void tensorProd_Field_F(Field_G &u, const Field_F &v1, const Field_F &v2)
void set_parameters(const Parameters ¶ms)
Fopr_Wilson_Chemical * m_fopr_w
Bridge::VerboseLevel m_vl
void get_parameters(Parameters ¶ms) const
std::vector< int > m_boundary
int fetch_int_vector(const string &key, vector< int > &value) const
void force_udiv(Field &force, const Field &eta)
void set_mode(const std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
void set_int_vector(const string &key, const vector< int > &value)
double m_kappa
hopping parameter
static VerboseLevel set_verbose_level(const std::string &str)
void force_udiv1(Field &force, const Field &zeta, const Field &eta)
void mult_gm5p(const int mu, AFIELD &v, const AFIELD &w)
void scal(Field &x, const double a)
scal(x, a): x = a * x
int fetch_string(const string &key, string &value) const
Wilson-type fermion field.
int fetch_double(const string &key, double &value) const
void crucial(const char *format,...)
Container of Field-type object.
static int get_thread_id()
returns thread id.
void set_mode(const std::string &mode)
in Force, setting the mode is optional when H is nonhermitian.
void general(const char *format,...)
static std::string get_verbose_level(const VerboseLevel vl)
static const std::string class_name
void set_parameters_impl(const double kappa, const double mu, const std::vector< int > bc)
void mult(AFIELD &v, const AFIELD &w)
multiplies fermion operator to a given field.