| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
#include <action_F_Rational.h>
  
 Public Member Functions | |
| Action_F_Rational (Fopr *fopr, Force *fopr_force) | |
| constructor requires pointers to Fopr and Force instances.  More... | |
| ~Action_F_Rational () | |
| destructor. constructed instances are deconstructed in tydyup().  More... | |
| void | set_parameters (const Parameters ¶ms) | 
| setting parameters and creating class instances.  More... | |
| void | set_parameters (int Np, int n_exp, int d_exp, double x_min, double x_max, int Niter, double Stop_cond) | 
| 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" | 
Private Member Functions | |
| void | setup () | 
| creating instances. called from set_parameters().  More... | |
| void | tidyup () | 
| destruct class instances constructed in setup()  More... | |
Private Attributes | |
| int | m_Np | 
| int | m_n_exp | 
| int | m_d_exp | 
| double | m_x_min | 
| double | m_x_max | 
| int | m_Niter | 
| double | m_Stop_cond | 
| std::string | m_label | 
| Fopr * | m_fopr | 
| Force * | m_fopr_force | 
| Fopr_Rational * | m_fopr_langev | 
| Fopr_Rational * | m_fopr_H | 
| Force_F_Rational * | m_force_rational | 
| 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 47 of file action_F_Rational.h.
constructor requires pointers to Fopr and Force instances.
Definition at line 75 of file action_F_Rational.h.
      
  | 
  inline | 
destructor. constructed instances are deconstructed in tydyup().
Definition at line 83 of file action_F_Rational.h.
      
  | 
  virtual | 
calculation of Hamiltonian.
Implements Action.
Definition at line 193 of file action_F_Rational.cpp.
      
  | 
  virtual | 
returns the force for updating conjugate momentum.
Implements Action.
Definition at line 217 of file action_F_Rational.cpp.
      
  | 
  inline | 
returns the label of action.
Definition at line 102 of file action_F_Rational.h.
      
  | 
  virtual | 
Langevin step called at the beginning of HMC.
Implements Action.
Definition at line 165 of file action_F_Rational.cpp.
      
  | 
  inlinevirtual | 
to be called when link variable is updated.
Implements Action.
Definition at line 115 of file action_F_Rational.h.
      
  | 
  inlinevirtual | 
      
  | 
  inline | 
set the label of action.
Definition at line 95 of file action_F_Rational.h.
      
  | 
  virtual | 
setting parameters and creating class instances.
Implements Action.
Definition at line 49 of file action_F_Rational.cpp.
| void Action_F_Rational::set_parameters | ( | int | Np, | 
| int | n_exp, | ||
| int | d_exp, | ||
| double | x_min, | ||
| double | x_max, | ||
| int | Niter, | ||
| double | Stop_cond | ||
| ) | 
Definition at line 81 of file action_F_Rational.cpp.
      
  | 
  private | 
creating instances. called from set_parameters().
Definition at line 124 of file action_F_Rational.cpp.
      
  | 
  private | 
destruct class instances constructed in setup()
Definition at line 156 of file action_F_Rational.cpp.
      
  | 
  static | 
Definition at line 49 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 54 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 60 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 61 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 63 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 62 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 70 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 64 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 58 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 54 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 56 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 53 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 69 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 67 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 57 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 66 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 55 of file action_F_Rational.h.
      
  | 
  private | 
Definition at line 55 of file action_F_Rational.h.