| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
#include <action_G_Rectangle.h>
  
 Public Member Functions | |
| Action_G_Rectangle () | |
| ~Action_G_Rectangle () | |
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters (double beta, double c_plaq, double c_rect) | 
| void | set_label (std::string label) | 
| std::string | get_label () | 
| void | set_config (Field *U) | 
| setting pointer to the gauge configuration.  More... | |
| void | notify_linkv () | 
| to be called when gauge configuration is updated.  More... | |
| double | langevin (RandomNumbers *) | 
| Langevis step.  More... | |
| double | calcH () | 
| calculate Hamiltonian of this action term.  More... | |
| const Field | force () | 
| returns force for molcular dynamical update of conjugate momenta.  More... | |
  Public Member Functions inherited from Action | |
| Action () | |
| virtual | ~Action () | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
Static Public Attributes | |
| static const std::string | class_name = "Action_G_Rectangle" | 
Private Attributes | |
| double | m_beta | 
| double | m_c_plaq | 
| double | m_c_rect | 
| std::string | m_label | 
| Field | m_force | 
| Field_G * | m_U | 
| int | m_status_linkv | 
| Staples | m_staple | 
| ShiftField_lex | m_shift | 
| RandomNumbers * | m_rand | 
Additional Inherited Members | |
  Protected Attributes inherited from Action | |
| Bridge::VerboseLevel | m_vl | 
Definition at line 43 of file action_G_Rectangle.h.
      
  | 
  inline | 
Definition at line 63 of file action_G_Rectangle.h.
      
  | 
  inline | 
Definition at line 66 of file action_G_Rectangle.h.
      
  | 
  virtual | 
calculate Hamiltonian of this action term.
Implements Action.
Definition at line 110 of file action_G_Rectangle.cpp.
      
  | 
  virtual | 
returns force for molcular dynamical update of conjugate momenta.
Implements Action.
Definition at line 194 of file action_G_Rectangle.cpp.
      
  | 
  inline | 
Definition at line 77 of file action_G_Rectangle.h.
      
  | 
  virtual | 
      
  | 
  inlinevirtual | 
to be called when gauge configuration is updated.
Implements Action.
Definition at line 87 of file action_G_Rectangle.h.
      
  | 
  inlinevirtual | 
setting pointer to the gauge configuration.
Implements Action.
Definition at line 82 of file action_G_Rectangle.h.
      
  | 
  inline | 
Definition at line 71 of file action_G_Rectangle.h.
      
  | 
  virtual | 
Implements Action.
Definition at line 45 of file action_G_Rectangle.cpp.
| void Action_G_Rectangle::set_parameters | ( | double | beta, | 
| double | c_plaq, | ||
| double | c_rect | ||
| ) | 
Definition at line 70 of file action_G_Rectangle.cpp.
      
  | 
  static | 
Definition at line 46 of file action_G_Rectangle.h.
      
  | 
  private | 
Definition at line 49 of file action_G_Rectangle.h.
      
  | 
  private | 
Definition at line 50 of file action_G_Rectangle.h.
      
  | 
  private | 
Definition at line 51 of file action_G_Rectangle.h.
      
  | 
  private | 
Definition at line 53 of file action_G_Rectangle.h.
      
  | 
  private | 
Definition at line 52 of file action_G_Rectangle.h.
      
  | 
  private | 
Definition at line 60 of file action_G_Rectangle.h.
      
  | 
  private | 
Definition at line 58 of file action_G_Rectangle.h.
      
  | 
  private | 
Definition at line 57 of file action_G_Rectangle.h.
      
  | 
  private | 
Definition at line 56 of file action_G_Rectangle.h.
      
  | 
  private | 
Definition at line 55 of file action_G_Rectangle.h.