25   bool init = Force_G::Factory::Register(
"Force_G_Plaq_SF", create_object);
 
   35   const string str_vlevel = params.
get_string(
"verbose_level");
 
   40   double              beta, ct0, ct1, ct2;
 
   41   std::vector<double> phi, phipr;
 
   57   double gg = 6.0 / beta;
 
   58   double ct = ct0 + ct1 * gg + ct2 * gg * gg;
 
  122   assert(force.
nin() == Nin);
 
  123   assert(force.
nvol() == Nvol);
 
  124   assert(force.
nex() == Nex);
 
  127   Field_G  st(Nvol, 1), force1(Nvol, 1);
 
  129   for (
int mu = 0; mu < Nex; ++mu) {
 
  131     for (
int site = 0; site < Nvol; ++site) {
 
  132       ut = 
m_U->
mat(site, mu) * st.mat_dag(site);
 
  139   double Fave, Fmax, Fdev;
 
  140   force.
stat(Fave, Fmax, Fdev);
 
  166   for (
int t = 0; t < Nt; t++) {
 
  167     for (
int x = 0; x < Nx; x++) {
 
  168       for (
int y = 0; y < Ny; y++) {
 
  169         for (
int z = 0; z < Nz; z++) {
 
  170           ix = idx.
site(x, y, z, t);
 
  172           for (
int mu = 0; mu < 4; mu++) {
 
  173             Tmp = U->
mat(ix, mu);
 
  174             for (
int c = 0; c < Nc * Nc; ++c) {
 
  176                            x, y, z, t, mu, c, Tmp.
r(c), Tmp.
i(c));
 
int fetch_double_vector(const string &key, vector< double > &value) const 
 
int site(const int &x, const int &y, const int &z, const int &t) const 
 
void general(const char *format,...)
 
Container of Field-type object. 
 
void staple_ct(Field_G &, const Field_G &, const int, double ct)
 
double * m_phi
SF boundary condition at t=0. 
 
int fetch_double(const string &key, double &value) const 
 
Mat_SU_N & at()
antihermitian traceless 
 
void set_parameters(const Parameters ¶ms)
 
Base class of gauge force calculation. 
 
Bridge::VerboseLevel m_vl
 
void set_parameters(const Parameters ¶ms)
 
static const std::string class_name
 
void print_force(const Field_G *)
Print out the gauge force for the boundary spatial links (for debugging). 
 
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y 
 
void crucial(const char *format,...)
 
double * m_phipr
SF boundary condition at t=Nt. 
 
void stat(double &Fave, double &Fmax, double &Fdev) const 
determines the statistics of the field. average, maximum value, and deviation is determined over glob...
 
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 
 
double m_ct
SF boundary improvement coefficient for the plaquatte force. 
 
static VerboseLevel set_verbose_level(const std::string &str)
 
HMC force class for plaquette gauge force with SF BC.