Bridge++
Ver. 2.0.2
|
Action for staggered fermion: temporary implementation. More...
#include <action_F_Staggered_eo.h>
Public Member Functions | |
Action_F_Staggered_eo (Fopr *fopr, Force *fopr_force) | |
Action_F_Staggered_eo (Fopr *fopr, Force *fopr_force, const Parameters ¶ms) | |
~Action_F_Staggered_eo () | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (const int Nsmear, const double rho) |
void | get_parameters (Parameters ¶ms) const |
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 | force (Field &v, Field &U) |
Static Public Attributes | |
static const std::string | class_name = "Action_F_Staggered_eo" |
Private Member Functions | |
void | init () |
void | tidyup () |
Private Attributes | |
Bridge::VerboseLevel | m_vl |
Field_G * | m_U |
Fopr * | m_fopr |
Force * | m_fopr_force |
Field | m_psf |
Index_eo | m_index_eo |
Projection * | m_proj |
Smear * | m_smear |
ForceSmear * | m_force_smear |
Solver * | m_solver |
int | m_Nsmear |
double | m_rho |
std::vector< Field > | m_Usmear |
Action for staggered fermion: temporary implementation.
This is Action class dedicated to staggered fermion in even-odd site index, as a temporary implementation. It may be not well organized and to be improved. 28 Dec 2011 H.Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
Definition at line 46 of file action_F_Staggered_eo.h.
Definition at line 71 of file action_F_Staggered_eo.h.
|
inline |
Definition at line 80 of file action_F_Staggered_eo.h.
|
inline |
Definition at line 91 of file action_F_Staggered_eo.h.
|
virtual |
calculate Hamiltonian of this action term.
Implements Action.
Definition at line 178 of file action_F_Staggered_eo.cpp.
|
virtual |
returns force for molcular dynamical update of conjugate momenta.
Implements Action.
Definition at line 232 of file action_F_Staggered_eo.cpp.
|
virtual |
Implements Action.
Definition at line 76 of file action_F_Staggered_eo.cpp.
|
private |
Definition at line 25 of file action_F_Staggered_eo.cpp.
|
virtual |
|
inlinevirtual |
setting pointer to the gauge configuration.
Implements Action.
Definition at line 101 of file action_F_Staggered_eo.h.
void Action_F_Staggered_eo::set_parameters | ( | const int | Nsmear, |
const double | rho | ||
) |
Definition at line 86 of file action_F_Staggered_eo.cpp.
|
virtual |
Implements Action.
Definition at line 50 of file action_F_Staggered_eo.cpp.
|
private |
Definition at line 40 of file action_F_Staggered_eo.cpp.
|
static |
Definition at line 48 of file action_F_Staggered_eo.h.
|
private |
Definition at line 55 of file action_F_Staggered_eo.h.
|
private |
Definition at line 56 of file action_F_Staggered_eo.h.
|
private |
Definition at line 63 of file action_F_Staggered_eo.h.
|
private |
Definition at line 59 of file action_F_Staggered_eo.h.
|
private |
Definition at line 66 of file action_F_Staggered_eo.h.
|
private |
Definition at line 61 of file action_F_Staggered_eo.h.
|
private |
Definition at line 57 of file action_F_Staggered_eo.h.
|
private |
Definition at line 67 of file action_F_Staggered_eo.h.
|
private |
Definition at line 62 of file action_F_Staggered_eo.h.
|
private |
Definition at line 64 of file action_F_Staggered_eo.h.
|
private |
Definition at line 53 of file action_F_Staggered_eo.h.
|
private |
Definition at line 68 of file action_F_Staggered_eo.h.
|
private |
Definition at line 51 of file action_F_Staggered_eo.h.