Go to the documentation of this file.
   57   assert(NvolF == Nvol);
 
   62   Field xi(NinF, NvolF, NexF);
 
   70   const double xi2   = xi.
norm();
 
   71   const double H_psf = xi2 * xi2;
 
   93   Field  v1(NinF, NvolF, NexF);
 
  111   const int Nin  = 
m_U->
nin();
 
  113   const int Nex  = 
m_U->
nex();
 
  117   assert(
force.nin() == Nin);
 
  118   assert(
force.nvol() == Nvol);
 
  119   assert(
force.nex() == Nex);
 
  127   Field  eta(NinF, NvolF, NexF);
 
  137   double Fave, Fmax, Fdev;
 
  138   force.stat(Fave, Fmax, Fdev);
 
  140                "    Fstandard_ave = %12.6f  Fstandard_max = %12.6f  Fstandard_dev = %12.6f\n",
 
  
 
Bridge::VerboseLevel m_vl
 
static const std::string class_name
 
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 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...
 
double calcH()
calculate Hamiltonian of this action term.
 
void set_parameters(const Parameters &)
 
virtual void set_config(Field *)=0
sets the gauge configuration.
 
void set_config(Field *U)
setting pointer to the gauge configuration.
 
void force(Field &)
returns force for molcular dynamical update of conjugate momenta.
 
void get_parameters(Parameters &) const
 
virtual int field_nvol()=0
returns the volume of the fermion field.
 
virtual void force_core(Field &, const Field &)
 
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
 
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,...)
 
double langevin(RandomNumbers *)
Langevis step.
 
static std::string get_verbose_level(const VerboseLevel vl)