| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
#include <action_F_Rational_Frame_SF.h>
  
 Public Member Functions | |
| Action_F_Rational_frame_SF (Fopr *fopr_langev, Fopr *fopr_H, Force *fopr_force_MD) | |
| constructor requires pointers to Fopr and Force instances.  More... | |
| ~Action_F_Rational_frame_SF () | |
| destructor. constructed instances are deconstructed in tydyup().  More... | |
| void | set_parameters (const Parameters ¶ms) | 
| setting parameters and creating class instances.  More... | |
| void | set_label (std::string label) | 
| set the label of action.  More... | |
| std::string | get_label () | 
| returns the label of action.  More... | |
| void | set_config (Field *U) | 
| setting gauge configuration.  More... | |
| void | notify_linkv () | 
| to be called when link variable is updated.  More... | |
| double | langevin (RandomNumbers *) | 
| Langevin step called at the beginning of HMC.  More... | |
| double | calcH () | 
| calculation of Hamiltonian.  More... | |
| const Field | force () | 
| returns the force for updating conjugate momentum.  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_F_Rational_frame_SF" | 
Private Member Functions | |
| void | setup () | 
| creating instances. called from set_parameters().  More... | |
| void | tidyup () | 
| destruct class instances constructed in setup()  More... | |
Private Attributes | |
| std::string | m_label | 
| Fopr * | m_fopr_langev | 
| Fopr * | m_fopr_H | 
| Force * | m_fopr_force_MD | 
| Field * | m_U | 
| int | m_status_linkv | 
| Field | m_psf | 
| Field | m_force | 
Additional Inherited Members | |
  Protected Attributes inherited from Action | |
| Bridge::VerboseLevel | m_vl | 
Definition at line 45 of file action_F_Rational_Frame_SF.h.
      
  | 
  inline | 
constructor requires pointers to Fopr and Force instances.
Definition at line 65 of file action_F_Rational_Frame_SF.h.
      
  | 
  inline | 
destructor. constructed instances are deconstructed in tydyup().
Definition at line 75 of file action_F_Rational_Frame_SF.h.
      
  | 
  virtual | 
calculation of Hamiltonian.
Implements Action.
Definition at line 98 of file action_F_Rational_Frame_SF.cpp.
      
  | 
  virtual | 
returns the force for updating conjugate momentum.
Implements Action.
Definition at line 122 of file action_F_Rational_Frame_SF.cpp.
      
  | 
  inline | 
returns the label of action.
Definition at line 90 of file action_F_Rational_Frame_SF.h.
      
  | 
  virtual | 
Langevin step called at the beginning of HMC.
Implements Action.
Definition at line 67 of file action_F_Rational_Frame_SF.cpp.
      
  | 
  inlinevirtual | 
to be called when link variable is updated.
Implements Action.
Definition at line 105 of file action_F_Rational_Frame_SF.h.
      
  | 
  inlinevirtual | 
setting gauge configuration.
Implements Action.
Definition at line 96 of file action_F_Rational_Frame_SF.h.
      
  | 
  inline | 
set the label of action.
Definition at line 83 of file action_F_Rational_Frame_SF.h.
      
  | 
  virtual | 
setting parameters and creating class instances.
Implements Action.
Definition at line 43 of file action_F_Rational_Frame_SF.cpp.
      
  | 
  private | 
creating instances. called from set_parameters().
Definition at line 52 of file action_F_Rational_Frame_SF.cpp.
      
  | 
  private | 
destruct class instances constructed in setup()
      
  | 
  static | 
Definition at line 47 of file action_F_Rational_Frame_SF.h.
      
  | 
  private | 
Definition at line 54 of file action_F_Rational_Frame_SF.h.
      
  | 
  private | 
Definition at line 53 of file action_F_Rational_Frame_SF.h.
      
  | 
  private | 
Definition at line 52 of file action_F_Rational_Frame_SF.h.
      
  | 
  private | 
Definition at line 60 of file action_F_Rational_Frame_SF.h.
      
  | 
  private | 
Definition at line 50 of file action_F_Rational_Frame_SF.h.
      
  | 
  private | 
Definition at line 59 of file action_F_Rational_Frame_SF.h.
      
  | 
  private | 
Definition at line 57 of file action_F_Rational_Frame_SF.h.
      
  | 
  private | 
Definition at line 56 of file action_F_Rational_Frame_SF.h.