16 #ifdef USE_PARAMETERS_FACTORY 
   37 #ifdef USE_PARAMETERS_FACTORY 
   52   const string str_vlevel = params.
get_string(
"verbose_level");
 
   57   double                beta, ct0, ct1, ct2;
 
   58   std::valarray<double> phi, phipr;
 
   74   double gg = 6.0 / beta;
 
   75   double ct = ct0 + ct1 * gg + ct2 * gg * gg;
 
  121   int NinG = 2 * Nc * Nc;
 
  132   double H_U = 
calcH();
 
  164   double H_U = -1.0 / Nc * 
m_beta * plaq;
 
  192     double   betaNc = 
m_beta / Nc;
 
  200     for (
int mu = 0; mu < Nex; ++mu) {
 
  203       for (
int site = 0; site < Nvol; ++site) {
 
  214     double Fave, Fmax, Fdev;
 
  247   for (
int t = 0; t < Nt; t++) {
 
  248     for (
int x = 0; x < Nx; x++) {
 
  249       for (
int y = 0; y < Ny; y++) {
 
  250         for (
int z = 0; z < Nz; z++) {
 
  251           ix = idx.
site(x, y, z, t);
 
  253           for (
int mu = 0; mu < 4; mu++) {
 
  254             Tmp = U->
mat(ix, mu);
 
  255             for (
int c = 0; c < Nc * Nc; ++c) {
 
  257                            x, y, z, t, mu, c, Tmp.
r(c), Tmp.
i(c));
 
void Register_string(const string &, const string &)
 
void set_parameters(const Parameters ¶ms)
 
int site(const int &x, const int &y, const int &z, const int &t) const 
 
void general(const char *format,...)
 
void set_parameters(const Parameters ¶ms)
 
Container of Field-type object. 
 
Mat_SU_N & at()
antihermitian traceless 
 
int fetch_double_vector(const string &key, std::valarray< double > &val) const 
 
void staple_ct(Field_G &, const Field_G &, const int, double ct)
 
double m_ct
SF boundary improvement coefficient for the plaquatte action. 
 
void reset(const int Nin, const int Nvol, const int Nex, const element_type cmpl=COMPLEX)
 
Parameters_Action_G_Plaq_SF()
 
double * m_phipr
SF boundary condition at t=Nt. 
 
void print_force(const Field_G *)
Print out the gauge force for the boundary spatial links (for debugging). 
 
void crucial(const char *format,...)
 
static bool Register(const std::string &realm, const creator_callback &cb)
 
Bridge::VerboseLevel m_vl
 
Base class of random number generators. 
 
static const std::string class_name
 
void stat(double &Fave, double &Fmax, double &Fdev) const 
determines the statistics of the field. average, maximum value, and deviation is determined over glob...
 
Mat_SU_N mat_dag(const int site, const int mn=0) const 
 
void Register_double_vector(const string &, const std::valarray< double > &)
 
void Register_double(const string &, const double)
 
double plaquette_ct(const Field_G &, double ct)
 
double langevin(RandomNumbers *)
Langevis step. 
 
int fetch_double(const string &key, double &val) const 
 
string get_string(const string &key) const 
 
void set_mat(const int site, const int mn, const Mat_SU_N &U)
 
Mat_SU_N mat(const int site, const int mn=0) const 
 
static VerboseLevel set_verbose_level(const std::string &str)
 
double * m_phi
SF boundary condition at t=0.