Go to the documentation of this file.
   14 #ifndef ACTION_G_PLAQ_SF_INCLUDED 
   15 #define ACTION_G_PLAQ_SF_INCLUDED 
   90     m_force_G = Force_G::New(
"Force_G_Plaq_SF");
 
  108                       double *phi, 
double *phipr,
 
  137   static Action *create_object()
 
  148   static bool register_factory()
 
  151     init &= Action::Factory::Register(
"Action_G_Plaq_SF", create_object);
 
  152     init &= Action::Factory_params::Register(
"Action_G_Plaq_SF", create_object_with_params);
 
  
 
Common parameter class: provides parameters as singleton.
 
double m_ct
SF boundary improvement coefficient for the plaquatte action.
 
HMC force class for plaquette gauge force with SF BC.
 
void detailed(const char *format,...)
 
Base class of random number generators.
 
Base class of gauge force calculation.
 
Bridge::VerboseLevel m_vl
 
Base class of HMC action class family.
 
void set_parameters(const Parameters ¶ms)
 
void get_parameters(Parameters ¶ms) const
 
void set_config(Field *U)
setting pointer to the gauge configuration.
 
void set_label(const std::string label)
 
Action_G_Plaq_SF(const Parameters ¶ms)
 
double langevin(RandomNumbers *)
Langevis step.
 
static const std::string class_name
 
Container of Field-type object.
 
std::vector< double > m_phipr
SF boundary condition at t=Nt.
 
std::vector< double > m_phi
SF boundary condition at t=0.
 
HMC action class for plaquette gauge action with SF BC.