| 
    Bridge++
    Ver. 1.3.x
    
   | 
 
HMC action class for plaquette gauge action with SF BC. More...
#include <action_G_Plaq_SF.h>
  
 Public Member Functions | |
| Action_G_Plaq_SF () | |
| ~Action_G_Plaq_SF () | |
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters (double beta, double *phi, double *phipr, double ct) | 
| void | set_label (std::string label) | 
| std::string | get_label () | 
| void | set_config (Field *U) | 
| setting pointer to the gauge configuration.  More... | |
| double | langevin (RandomNumbers *) | 
| Langevis step.  More... | |
| double | calcH () | 
| void | force (Field &) | 
| void | print_force (const Field_G *) | 
| Print out the gauge force for the boundary spatial links (for debugging).  More... | |
  Public Member Functions inherited from Action | |
| Action () | |
| virtual | ~Action () | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
| virtual void | force (Field &v, Field *U) | 
Static Public Attributes | |
| static const std::string | class_name = "Action_G_Plaq_SF" | 
Private Attributes | |
| double | m_beta | 
| double * | m_phi | 
| SF boundary condition at t=0.  More... | |
| double * | m_phipr | 
| SF boundary condition at t=Nt.  More... | |
| double | m_ct | 
| SF boundary improvement coefficient for the plaquatte action.  More... | |
| std::string | m_label | 
| Field_G * | m_U | 
| Staples_SF | m_staple | 
| RandomNumbers * | m_rand | 
Additional Inherited Members | |
  Protected Attributes inherited from Action | |
| Bridge::VerboseLevel | m_vl | 
HMC action class for plaquette gauge action with SF BC.
SF boundary condition is intrduced accrdong to the following policy.
The plaquette gauge action is given by
 
, 
: otherwise. 
(Coding history will be recovered from trac.) YAML is implemented. [14 Nov 2012 Y.Namekawa]
Definition at line 70 of file action_G_Plaq_SF.h.
      
  | 
  inline | 
Definition at line 93 of file action_G_Plaq_SF.h.
      
  | 
  inline | 
Definition at line 96 of file action_G_Plaq_SF.h.
      
  | 
  virtual | 
Implements Action.
Definition at line 160 of file action_G_Plaq_SF.cpp.
      
  | 
  virtual | 
The force for the Wilson plaquette action with the SF boundary.
Implements Action.
Definition at line 186 of file action_G_Plaq_SF.cpp.
      
  | 
  inline | 
Definition at line 107 of file action_G_Plaq_SF.h.
      
  | 
  virtual | 
| void Action_G_Plaq_SF::print_force | ( | const Field_G * | U | ) | 
Print out the gauge force for the boundary spatial links (for debugging).
Definition at line 233 of file action_G_Plaq_SF.cpp.
      
  | 
  inlinevirtual | 
setting pointer to the gauge configuration.
Implements Action.
Definition at line 112 of file action_G_Plaq_SF.h.
      
  | 
  inline | 
Definition at line 101 of file action_G_Plaq_SF.h.
      
  | 
  virtual | 
Implements Action.
Definition at line 60 of file action_G_Plaq_SF.cpp.
| void Action_G_Plaq_SF::set_parameters | ( | double | beta, | 
| double * | phi, | ||
| double * | phipr, | ||
| double | ct | ||
| ) | 
Set parameters for the Wilson plaquette action with the SF boundary.
Definition at line 101 of file action_G_Plaq_SF.cpp.
      
  | 
  static | 
Definition at line 73 of file action_G_Plaq_SF.h.
      
  | 
  private | 
Definition at line 76 of file action_G_Plaq_SF.h.
      
  | 
  private | 
SF boundary improvement coefficient for the plaquatte action.
Definition at line 83 of file action_G_Plaq_SF.h.
      
  | 
  private | 
Definition at line 85 of file action_G_Plaq_SF.h.
      
  | 
  private | 
SF boundary condition at t=0.
Definition at line 79 of file action_G_Plaq_SF.h.
      
  | 
  private | 
SF boundary condition at t=Nt.
Definition at line 81 of file action_G_Plaq_SF.h.
      
  | 
  private | 
Definition at line 90 of file action_G_Plaq_SF.h.
      
  | 
  private | 
Definition at line 88 of file action_G_Plaq_SF.h.
      
  | 
  private | 
Definition at line 87 of file action_G_Plaq_SF.h.