|
Bridge++
Ver. 1.1.x
|
Standard fermion action with SF BC for HMC. More...
#include <action_F_Standard_SF.h>
Public Member Functions | |
| Action_F_Standard_SF (Fopr *fopr, Force *fopr_force) | |
| ~Action_F_Standard_SF () | |
| void | set_parameters (const Parameters &) |
| void | set_parameters () |
| void | set_label (std::string label) |
| std::string | get_label () |
| void | set_config (Field *U) |
| setting pointer to the gauge configuration. More... | |
| void | notify_linkv () |
| to be called when gauge configuration is updated. More... | |
| double | langevin (RandomNumbers *) |
| Langevis step. More... | |
| double | calcH () |
| calculate Hamiltonian of this action term. More... | |
| const Field | force () |
| returns force for molcular dynamical update of conjugate momenta. More... | |
Public Member Functions inherited from Action | |
| Action () | |
| virtual | ~Action () |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
Private Attributes | |
| Fopr * | m_fopr |
| Force * | m_fopr_force |
| Field | m_psf |
| std::string | m_label |
| Field | m_force |
| Solver * | m_solver |
| Field * | m_U |
| int | m_status_linkv |
| RandomNumbers * | m_rand |
| Communicator * | comm |
| Needed to know a node at the temporal boundary. More... | |
| int | Svol |
| A spatial volume in a node. More... | |
| int | m_Nc2 |
| number of the doubled color elements More... | |
| int | m_Nd |
| dimension of the spinor index More... | |
Additional Inherited Members | |
Protected Attributes inherited from Action | |
| Bridge::VerboseLevel | m_vl |
Standard fermion action with SF BC for HMC.
This class defines an action with SF BC used in HMC.
selector is implemented. [02 Feb 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san)
Definition at line 50 of file action_F_Standard_SF.h.
Definition at line 80 of file action_F_Standard_SF.h.
|
inline |
Definition at line 86 of file action_F_Standard_SF.h.
|
virtual |
calculate Hamiltonian of this action term.
Implements Action.
Definition at line 87 of file action_F_Standard_SF.cpp.
|
virtual |
returns force for molcular dynamical update of conjugate momenta.
Implements Action.
Definition at line 124 of file action_F_Standard_SF.cpp.
|
inline |
Definition at line 100 of file action_F_Standard_SF.h.
|
virtual |
|
inlinevirtual |
to be called when gauge configuration is updated.
Implements Action.
Definition at line 112 of file action_F_Standard_SF.h.
|
inlinevirtual |
setting pointer to the gauge configuration.
Implements Action.
Definition at line 105 of file action_F_Standard_SF.h.
|
inline |
Definition at line 94 of file action_F_Standard_SF.h.
|
virtual |
Implements Action.
Definition at line 17 of file action_F_Standard_SF.cpp.
| void Action_F_Standard_SF::set_parameters | ( | ) |
Definition at line 26 of file action_F_Standard_SF.cpp.
|
private |
Needed to know a node at the temporal boundary.
Definition at line 67 of file action_F_Standard_SF.h.
|
private |
Definition at line 53 of file action_F_Standard_SF.h.
|
private |
Definition at line 54 of file action_F_Standard_SF.h.
|
private |
Definition at line 57 of file action_F_Standard_SF.h.
|
private |
Definition at line 56 of file action_F_Standard_SF.h.
|
private |
number of the doubled color elements
Definition at line 71 of file action_F_Standard_SF.h.
|
private |
dimension of the spinor index
Definition at line 73 of file action_F_Standard_SF.h.
|
private |
Definition at line 55 of file action_F_Standard_SF.h.
|
private |
Definition at line 64 of file action_F_Standard_SF.h.
|
private |
Definition at line 59 of file action_F_Standard_SF.h.
|
private |
Definition at line 62 of file action_F_Standard_SF.h.
|
private |
Definition at line 61 of file action_F_Standard_SF.h.
|
private |
A spatial volume in a node.
Definition at line 69 of file action_F_Standard_SF.h.