Bridge++
Ver. 2.0.2
|
action class for RHMC, with externally constructed AFopr_Rational. More...
#include <action_F_Rational_alt.h>
Public Types | |
typedef AFIELD::real_t | real_t |
Public Member Functions | |
Action_F_Rational_alt (AFopr< AFIELD > *fopr_langev, AFopr< AFIELD > *fopr_H, AForce_F< AFIELD > *fopr_force_MD) | |
constructor. More... | |
~Action_F_Rational_alt () | |
destructor. More... | |
void | set_parameters (const Parameters ¶ms) |
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 | get_parameters (Parameters ¶m) const =0 |
virtual void | force (Field &v, Field &U) |
Static Public Attributes | |
static const std::string | class_name = "Action_F_Rational_alt" |
Private Member Functions | |
void | init () |
void | tidyup () |
Private Attributes | |
std::string | m_label |
AFopr< AFIELD > * | m_fopr_langev |
AFopr< AFIELD > * | m_fopr_H |
AForce_F< AFIELD > * | m_fopr_force_MD |
Field * | m_U |
AFIELD | m_psf |
action class for RHMC, with externally constructed AFopr_Rational.
Action class for RHMC that is an alternative to Action_F_Rational in the core library. [05 Feb 2019 H.Matsufuru]
Definition at line 34 of file action_F_Rational_alt.h.
typedef AFIELD::real_t Action_F_Rational_alt< AFIELD >::real_t |
Definition at line 38 of file action_F_Rational_alt.h.
|
inline |
constructor.
Definition at line 54 of file action_F_Rational_alt.h.
|
inline |
destructor.
Definition at line 63 of file action_F_Rational_alt.h.
|
virtual |
calculation of Hamiltonian.
Implements Action.
Definition at line 98 of file action_F_Rational_alt-tmpl.h.
|
virtual |
returns the force for updating conjugate momentum.
Implements Action.
Definition at line 122 of file action_F_Rational_alt-tmpl.h.
|
inline |
returns the label of action.
Definition at line 75 of file action_F_Rational_alt.h.
|
private |
Definition at line 20 of file action_F_Rational_alt-tmpl.h.
|
virtual |
Langevin step called at the beginning of HMC.
Implements Action.
Definition at line 56 of file action_F_Rational_alt-tmpl.h.
|
virtual |
setting gauge configuration.
Implements Action.
Definition at line 45 of file action_F_Rational_alt-tmpl.h.
|
inline |
set the label of action.
Definition at line 68 of file action_F_Rational_alt.h.
|
virtual |
Implements Action.
Definition at line 36 of file action_F_Rational_alt-tmpl.h.
|
private |
Definition at line 28 of file action_F_Rational_alt-tmpl.h.
|
static |
Definition at line 39 of file action_F_Rational_alt.h.
|
private |
Definition at line 46 of file action_F_Rational_alt.h.
|
private |
Definition at line 45 of file action_F_Rational_alt.h.
|
private |
Definition at line 44 of file action_F_Rational_alt.h.
|
private |
Definition at line 42 of file action_F_Rational_alt.h.
|
private |
Definition at line 50 of file action_F_Rational_alt.h.
|
private |
Definition at line 48 of file action_F_Rational_alt.h.