Go to the documentation of this file.
47 Field xi(NinF, NvolF, NexF);
55 const double xi2 = xi.
norm();
56 const double H_psf = xi2 * xi2;
75 Field v1(NinF, NvolF, NexF);
92 const int Nex =
m_U->
nex();
105 double Fave, Fmax, Fdev;
106 force.stat(Fave, Fmax, Fdev);
107 vout.
general(
m_vl,
" Frational_ave = %12.6f Frational_max = %12.6f Fratio\
Bridge::VerboseLevel m_vl
void set_string(const string &key, const string &value)
virtual void mult(AFIELD &, const AFIELD &)
multiplies fermion operator to a given field.
virtual int field_nex()=0
returns the external degree of freedom of the fermion field.
void set_parameters(const Parameters ¶ms)
setting parameters and creating class instances.
Base class of random number generators.
virtual void set_config(Field *)=0
double langevin(RandomNumbers *)
Langevin step called at the beginning of HMC.
double dot(const Field &y, const Field &x)
static const std::string class_name
virtual void set_config(Field *)=0
sets the gauge configuration.
void set_boundary_zero(Field_G &u)
virtual int field_nvol()=0
returns the volume of the fermion field.
virtual void force_core(Field &, const Field &)
double calcH()
calculation of Hamiltonian.
void force(Field &)
returns the force for updating conjugate momentum.
void reset(const int Nin, const int Nvol, const int Nex, const element_type cmpl=Element_type::COMPLEX)
void set_boundary_spatial_link_zero(Field_G &u)
void get_parameters(Parameters ¶ms) const
getting parameters
static VerboseLevel set_verbose_level(const std::string &str)
int fetch_string(const string &key, string &value) const
Container of Field-type object.
virtual void gauss_lex_global(Field &)
gaussian random number defined on global lattice.
virtual int field_nin()=0
returns the on-site degree of freedom of the fermion field.
void general(const char *format,...)
static std::string get_verbose_level(const VerboseLevel vl)