Bridge++
Version 1.5.4
|
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 (unique_ptr< Fopr > &fopr, unique_ptr< Force > &fopr_force) | |
~Action_F_Standard_SF () | |
void | set_parameters (const Parameters &) |
void | set_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 () |
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
virtual void | force (Field &v, Field &U) |
Static Public Attributes | |
static const std::string | class_name = "Action_F_Standard_SF" |
Private Attributes | |
Fopr * | m_fopr |
Force * | m_fopr_force |
Field | m_psf |
std::string | m_label |
Solver * | m_solver |
Field * | m_U |
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) unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
Definition at line 54 of file action_F_Standard_SF.h.
Definition at line 82 of file action_F_Standard_SF.h.
|
inline |
Definition at line 88 of file action_F_Standard_SF.h.
|
inline |
Definition at line 94 of file action_F_Standard_SF.h.
|
virtual |
calculate Hamiltonian of this action term.
Implements Action.
Definition at line 80 of file action_F_Standard_SF.cpp.
|
virtual |
returns force for molcular dynamical update of conjugate momenta.
Implements Action.
Definition at line 116 of file action_F_Standard_SF.cpp.
|
inline |
Definition at line 108 of file action_F_Standard_SF.h.
|
virtual |
|
inlinevirtual |
setting pointer to the gauge configuration.
Implements Action.
Definition at line 113 of file action_F_Standard_SF.h.
|
inline |
Definition at line 102 of file action_F_Standard_SF.h.
|
virtual |
Implements Action.
Definition at line 19 of file action_F_Standard_SF.cpp.
void Action_F_Standard_SF::set_parameters | ( | ) |
Definition at line 28 of file action_F_Standard_SF.cpp.
|
static |
Definition at line 57 of file action_F_Standard_SF.h.
|
private |
Needed to know a node at the temporal boundary.
Definition at line 70 of file action_F_Standard_SF.h.
|
private |
Definition at line 60 of file action_F_Standard_SF.h.
|
private |
Definition at line 61 of file action_F_Standard_SF.h.
|
private |
Definition at line 63 of file action_F_Standard_SF.h.
|
private |
number of the doubled color elements
Definition at line 74 of file action_F_Standard_SF.h.
|
private |
dimension of the spinor index
Definition at line 76 of file action_F_Standard_SF.h.
|
private |
Definition at line 62 of file action_F_Standard_SF.h.
|
private |
Definition at line 65 of file action_F_Standard_SF.h.
|
private |
Definition at line 67 of file action_F_Standard_SF.h.
|
private |
A spatial volume in a node.
Definition at line 72 of file action_F_Standard_SF.h.