16 #ifdef USE_PARAMETERS_FACTORY 
   30 #ifdef USE_PARAMETERS_FACTORY 
   45   const string str_vlevel = params.
get_string(
"verbose_level");
 
   57   int NinG = 2 * Nc * Nc;
 
   78   Field xi(NinF, NvolF, NexF);
 
   87   double xi2   = xi.
norm();
 
   88   double H_psf = xi2 * xi2;
 
  105   Field v1(NinF, NvolF, NexF);
 
  112   double H_psf = v1 * 
m_psf;
 
  142     double Fave, Fmax, Fdev;
 
  144     vout.
general(
m_vl, 
"    Frational_frame_ave = %12.6f  Frational_frame_max = %12.6f  Frational_frame_dev = %12.6f\n",
 
void Register_string(const string &, const string &)
 
double calcH()
calculation of Hamiltonian. 
 
virtual const Field mult(const Field &)=0
multiplies fermion operator to a given field and returns the resultant field. 
 
void general(const char *format,...)
 
virtual void set_config(Field *)=0
setting pointer to the gauge configuration. 
 
Container of Field-type object. 
 
virtual void set_config(Field *)=0
 
virtual void gauss_lex_global(Field &)
gaussian random number defined on global lattice. 
 
virtual int field_nin()=0
returns the on-site d.o.f. for which the fermion operator is defined. 
 
void set_boundary_spatial_link_zero()
Set the boundary spatial link to 0 for SF bc. 
 
void reset(const int Nin, const int Nvol, const int Nex, const element_type cmpl=COMPLEX)
 
virtual int field_nex()=0
returns the external d.o.f. for which the fermion operator is defined. 
 
virtual void force_core(Field &, const Field &)
 
static const std::string class_name
 
const Field force()
returns the force for updating conjugate momentum. 
 
static bool Register(const std::string &realm, const creator_callback &cb)
 
Bridge::VerboseLevel m_vl
 
Base class of random number generators. 
 
void set_parameters(const Parameters ¶ms)
setting parameters and creating class instances. 
 
void set_boundary_zero(Field &f)
 
void stat(double &Fave, double &Fmax, double &Fdev) const 
determines the statistics of the field. average, maximum value, and deviation is determined over glob...
 
double langevin(RandomNumbers *)
Langevin step called at the beginning of HMC. 
 
void setup()
creating instances. called from set_parameters(). 
 
string get_string(const string &key) const 
 
virtual int field_nvol()=0
returns the volume for which the fermion operator is defined. 
 
Parameters_Action_F_Rational_frame_SF()
 
A class generated to add a function for the SF. 
 
static VerboseLevel set_verbose_level(const std::string &str)