16 #ifdef USE_PARAMETERS_FACTORY
35 #ifdef USE_PARAMETERS_FACTORY
50 const string str_vlevel = params.
get_string(
"verbose_level");
60 err += params.
fetch_double(
"isospin_chemical_potential", mu);
76 const valarray<int> bc)
82 for (
int dir = 0; dir <
m_Ndim; ++dir) {
88 assert(bc.size() ==
m_Ndim);
96 for (
int dir = 0; dir <
m_Ndim; ++dir) {
117 int NinF = 2 * Nc * Nd;
138 Field v(Nin, Nvol, Nex);
158 Field v(Nin, Nvol, Nex);
void scal(Field &x, const double a)
scal(x, a): x = a * x
void Hdag(Field &, const Field &)
std::valarray< int > m_boundary
double m_kappa
hopping parameter
void Register_string(const string &, const string &)
void set(const int jin, const int site, const int jex, double v)
void general(const char *format,...)
Container of Field-type object.
int field_nvol()
returns the volume for which the fermion operator is defined.
void mult_up(int mu, Field &w, const Field &v)
adding the hopping to nearest neighbor site in mu-th direction.
int fetch_int_vector(const string &key, std::valarray< int > &val) const
void Ddag(Field &, const Field &)
void addpart_ex(int ex, const Field &w, int exw)
Wilson-type fermion field.
int field_nex()
returns the external d.o.f. for which the fermion operator is defined.
void D(Field &, const Field &)
Bridge::VerboseLevel m_vl
void mult_dn(int mu, Field &w, const Field &v)
void reset(const int Nin, const int Nvol, const int Nex, const element_type cmpl=COMPLEX)
void set_parameters(const Parameters ¶ms)
void set_parameters(const Parameters ¶ms)
void Dminmu(Field &, const Field &)
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
void init(std::string repr)
void crucial(const char *format,...)
Parameters_Fopr_Wilson_Isochemical()
const Field_F mult_gm5p(int mu, const Field_F &w)
static bool Register(const std::string &realm, const creator_callback &cb)
double m_mu
isospin chemical potential
void H(Field &, const Field &)
void Dspc(Field &, const Field &)
void DdagD(Field &, const Field &)
void Register_double(const string &, const double)
void Register_int_vector(const string &, const std::valarray< int > &)
int fetch_double(const string &key, double &val) const
string get_string(const string &key) const
static const std::string class_name
const Field mult_gm5(const Field &f)
int field_nin()
returns the on-site d.o.f. for which the fermion operator is defined.
static VerboseLevel set_verbose_level(const std::string &str)
const Field mult_gm5(const Field &f)