Bridge++
Ver. 2.0.2
|
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 (Fopr *fopr, Force *fopr_force, const Parameters ¶ms) | |
~Action_F_Standard_SF () | |
void | set_parameters (const Parameters &) |
void | set_parameters () |
void | get_parameters (Parameters &) const |
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... | |
![]() | |
Action () | |
virtual | ~Action () |
virtual void | force (Field &v, Field &U) |
Static Public Attributes | |
static const std::string | class_name = "Action_F_Standard_SF" |
Private Attributes | |
Bridge::VerboseLevel | m_vl |
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... | |
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 53 of file action_F_Standard_SF.h.
Definition at line 83 of file action_F_Standard_SF.h.
|
inline |
Definition at line 90 of file action_F_Standard_SF.h.
|
inline |
Definition at line 97 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 122 of file action_F_Standard_SF.cpp.
|
inline |
Definition at line 113 of file action_F_Standard_SF.h.
|
virtual |
Implements Action.
Definition at line 29 of file action_F_Standard_SF.cpp.
|
virtual |
|
inlinevirtual |
setting pointer to the gauge configuration.
Implements Action.
Definition at line 118 of file action_F_Standard_SF.h.
|
inline |
Definition at line 107 of file action_F_Standard_SF.h.
void Action_F_Standard_SF::set_parameters | ( | ) |
Definition at line 36 of file action_F_Standard_SF.cpp.
|
virtual |
Implements Action.
Definition at line 19 of file action_F_Standard_SF.cpp.
|
static |
Definition at line 56 of file action_F_Standard_SF.h.
|
private |
Needed to know a node at the temporal boundary.
Definition at line 71 of file action_F_Standard_SF.h.
|
private |
Definition at line 61 of file action_F_Standard_SF.h.
|
private |
Definition at line 62 of file action_F_Standard_SF.h.
|
private |
Definition at line 64 of file action_F_Standard_SF.h.
|
private |
number of the doubled color elements
Definition at line 75 of file action_F_Standard_SF.h.
|
private |
dimension of the spinor index
Definition at line 77 of file action_F_Standard_SF.h.
|
private |
Definition at line 63 of file action_F_Standard_SF.h.
|
private |
Definition at line 66 of file action_F_Standard_SF.h.
|
private |
Definition at line 68 of file action_F_Standard_SF.h.
|
private |
Definition at line 59 of file action_F_Standard_SF.h.
|
private |
A spatial volume in a node.
Definition at line 73 of file action_F_Standard_SF.h.