|
Bridge++
Ver. 2.0.4
|
Standard fermion action for HMC. More...
#include <action_F_Standard_lex_alt.h>
Public Types | |
| typedef AFIELD::real_t | real_t |
Public Member Functions | |
| Action_F_Standard_lex_alt (AFopr< AFIELD > *fopr, AForce_F< AFIELD > *fopr_force, AFprop< AFIELD > *fprop_MD, AFprop< AFIELD > *fprop_H) | |
| Action_F_Standard_lex_alt (unique_ptr< AFopr< AFIELD > > &fopr, unique_ptr< AForce_F< AFIELD > > &fopr_force, unique_ptr< AFprop< AFIELD > > &fprop_MD, unique_ptr< AFprop< AFIELD > > &fprop_H) | |
| ~Action_F_Standard_lex_alt () | |
| void | set_parameters (const Parameters &) |
| void | set_label (const std::string label) |
| std::string | get_label () |
| void | set_config (Field *U) |
| setting pointer to the gauge configuration. More... | |
| double | langevin (RandomNumbers *) |
| Langevis step. More... | |
| double | calcH () |
| calculate Hamiltonian of this action term. More... | |
| void | force (Field &) |
| returns force for molcular dynamical update of conjugate momenta. 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_Standard_lex_alt" |
Private Member Functions | |
| void | init () |
| void | tidyup () |
Private Attributes | |
| AFopr< AFIELD > * | m_fopr |
| AForce_F< AFIELD > * | m_fopr_force |
| AFIELD | m_psf |
| std::string | m_label |
| AFprop< AFIELD > * | m_fprop_MD |
| AFprop< AFIELD > * | m_fprop_H |
| Field * | m_U |
Standard fermion action for HMC.
Standard fermion action with alternative implementation. [04 Oct 2018 H.Matsufuru]
Definition at line 32 of file action_F_Standard_lex_alt.h.
| typedef AFIELD::real_t Action_F_Standard_lex_alt< AFIELD >::real_t |
Definition at line 36 of file action_F_Standard_lex_alt.h.
|
inline |
Definition at line 51 of file action_F_Standard_lex_alt.h.
|
inline |
Definition at line 59 of file action_F_Standard_lex_alt.h.
|
inline |
Definition at line 69 of file action_F_Standard_lex_alt.h.
|
virtual |
calculate Hamiltonian of this action term.
Implements Action.
Definition at line 107 of file action_F_Standard_lex_alt-tmpl.h.
|
virtual |
returns force for molcular dynamical update of conjugate momenta.
Implements Action.
Definition at line 140 of file action_F_Standard_lex_alt-tmpl.h.
|
inline |
Definition at line 80 of file action_F_Standard_lex_alt.h.
|
private |
Definition at line 23 of file action_F_Standard_lex_alt-tmpl.h.
|
virtual |
|
virtual |
setting pointer to the gauge configuration.
Implements Action.
Definition at line 48 of file action_F_Standard_lex_alt-tmpl.h.
|
inline |
Definition at line 74 of file action_F_Standard_lex_alt.h.
|
virtual |
Implements Action.
Definition at line 39 of file action_F_Standard_lex_alt-tmpl.h.
|
private |
Definition at line 31 of file action_F_Standard_lex_alt-tmpl.h.
|
static |
Definition at line 37 of file action_F_Standard_lex_alt.h.
|
private |
Definition at line 40 of file action_F_Standard_lex_alt.h.
|
private |
Definition at line 41 of file action_F_Standard_lex_alt.h.
|
private |
Definition at line 46 of file action_F_Standard_lex_alt.h.
|
private |
Definition at line 45 of file action_F_Standard_lex_alt.h.
|
private |
Definition at line 43 of file action_F_Standard_lex_alt.h.
|
private |
Definition at line 42 of file action_F_Standard_lex_alt.h.
|
private |
Definition at line 48 of file action_F_Standard_lex_alt.h.