Go to the documentation of this file.
56 assert(NvolF == Nvol);
61 Field xi(NinF, NvolF, NexF);
69 const double xi2 = xi.
norm();
70 const double H_psf = xi2 * xi2;
92 Field v1(NinF, NvolF, NexF);
100 const double H_psf =
dot(v1,
m_psf);
112 const int Nin =
m_U->
nin();
114 const int Nex =
m_U->
nex();
118 assert(
force.nin() == Nin);
119 assert(
force.nvol() == Nvol);
120 assert(
force.nex() == Nex);
129 Field eta(NinF, NvolF, NexF);
141 double Fave, Fmax, Fdev;
142 force.stat(Fave, Fmax, Fdev);
144 " Fstandard_ave = %12.6f Fstandard_max = %12.6f Fstandard_dev = %12.6f\n",
void set_string(const string &key, const string &value)
void get_parameters(Parameters &) const
static const std::string class_name
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_config(Field *U)
setting pointer to the gauge configuration.
void detailed(const char *format,...)
Base class of random number generators.
virtual void set_config(Field *)=0
virtual void set_config(Field *)=0
double dot(const Field &y, const Field &x)
virtual void set_mode(std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
virtual void set_config(Field *)=0
sets the gauge configuration.
void set_parameters(const Parameters &)
virtual int field_nvol()=0
returns the volume of the fermion field.
virtual void force_core(Field &, const Field &)
double calcH()
calculate Hamiltonian of this action term.
void reset(const int Nin, const int Nvol, const int Nex, const element_type cmpl=Element_type::COMPLEX)
virtual void invert_DdagD(Field &, const Field &, int &, double &)=0
void force(Field &)
returns force for molcular dynamical update of conjugate momenta.
static VerboseLevel set_verbose_level(const std::string &str)
Bridge::VerboseLevel m_vl
double langevin(RandomNumbers *)
Langevis step.
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)