|
Bridge++
Ver. 2.0.4
|
action class for RHMC, with externally constructed Fopr_Rational. More...
#include <action_F_Rational_SF.h>
Public Member Functions | |
| Action_F_Rational_SF (Fopr *fopr_langev, Fopr *fopr_H, Force *fopr_force_MD) | |
| constructor requires pointers to Fopr and Force instances. More... | |
| Action_F_Rational_SF (Fopr *fopr_langev, Fopr *fopr_H, Force *fopr_force_MD, const Parameters ¶ms) | |
| ~Action_F_Rational_SF () | |
| destructor. constructed instances are deconstructed in tydyup(). More... | |
| void | set_parameters (const Parameters ¶ms) |
| setting parameters and creating class instances. More... | |
| void | get_parameters (Parameters ¶ms) const |
| getting parameters More... | |
| void | set_label (const 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... | |
| double | langevin (RandomNumbers *) |
| Langevin step called at the beginning of HMC. More... | |
| double | calcH () |
| calculation of Hamiltonian. More... | |
| void | force (Field &) |
| returns the force for updating conjugate momentum. More... | |
Public Member Functions inherited from Action | |
| Action () | |
| virtual | ~Action () |
| virtual void | force (Field &v, Field &U) |
Static Public Attributes | |
| static const std::string | class_name = "Action_F_Rational_SF" |
Private Attributes | |
| Bridge::VerboseLevel | m_vl |
| std::string | m_label |
| Fopr * | m_fopr_langev |
| Fopr * | m_fopr_H |
| Force * | m_fopr_force_MD |
| Field * | m_U |
| Field | m_psf |
action class for RHMC, with externally constructed Fopr_Rational.
For the class, Fopr and Force objects are instantiated outside the class and specified at the construction. This class just provides the framework of rational actions. [28 Dec 2011 H.Matsufuru] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
Definition at line 39 of file action_F_Rational_SF.h.
|
inline |
constructor requires pointers to Fopr and Force instances.
Definition at line 58 of file action_F_Rational_SF.h.
|
inline |
Definition at line 67 of file action_F_Rational_SF.h.
|
inline |
destructor. constructed instances are deconstructed in tydyup().
Definition at line 80 of file action_F_Rational_SF.h.
|
virtual |
calculation of Hamiltonian.
Implements Action.
Definition at line 66 of file action_F_Rational_SF.cpp.
|
virtual |
returns the force for updating conjugate momentum.
Implements Action.
Definition at line 89 of file action_F_Rational_SF.cpp.
|
inline |
returns the label of action.
Definition at line 97 of file action_F_Rational_SF.h.
|
virtual |
|
virtual |
Langevin step called at the beginning of HMC.
Implements Action.
Definition at line 36 of file action_F_Rational_SF.cpp.
|
inlinevirtual |
setting gauge configuration.
Implements Action.
Definition at line 103 of file action_F_Rational_SF.h.
|
inline |
set the label of action.
Definition at line 90 of file action_F_Rational_SF.h.
|
virtual |
setting parameters and creating class instances.
Implements Action.
Definition at line 19 of file action_F_Rational_SF.cpp.
|
static |
Definition at line 41 of file action_F_Rational_SF.h.
|
private |
Definition at line 50 of file action_F_Rational_SF.h.
|
private |
Definition at line 49 of file action_F_Rational_SF.h.
|
private |
Definition at line 48 of file action_F_Rational_SF.h.
|
private |
Definition at line 46 of file action_F_Rational_SF.h.
|
private |
Definition at line 54 of file action_F_Rational_SF.h.
|
private |
Definition at line 52 of file action_F_Rational_SF.h.
|
private |
Definition at line 44 of file action_F_Rational_SF.h.