Bridge++
Version 1.5.4
|
Force for the standard Wilson fermion operator. More...
#include <force_F_Wilson_SF.h>
Public Member Functions | |
Force_F_Wilson_SF () | |
~Force_F_Wilson_SF () | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (const double kappa, const std::vector< int > bc) |
void | set_config (Field *U) |
void | force_udiv (Field &force, const Field &eta) |
void | force_udiv1 (Field &force, const Field &zeta, const Field &eta) |
Public Member Functions inherited from Force | |
Force () | |
virtual | ~Force () |
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
virtual void | set_mode (const std::string &mode) |
in Force, setting the mode is optional when H is nonhermitian. More... | |
virtual void | force_core (Field &, const Field &) |
virtual void | force_core1 (Field &, const Field &, const Field &) |
Static Public Attributes | |
static const std::string | class_name = "Force_F_Wilson_SF" |
Private Member Functions | |
void | force_udiv1_impl (Field_G &force, const Field_F &zeta, const Field_F &eta) |
Private Attributes | |
Field_G * | m_U |
double | m_kappa |
std::vector< int > | m_boundary |
Fopr_Wilson_SF * | m_fopr_w |
Field_F | m_psf |
std::string | m_repr |
Additional Inherited Members | |
Protected Attributes inherited from Force | |
Field_G * | m_U |
Bridge::VerboseLevel | m_vl |
Force for the standard Wilson fermion operator.
This class calculates the force of the standard Wilson fermion. The gamma matrix representation is given as control string "Dirac"(default) or "Chiral" at the construction, which is used to construct the Fopr_Wilson instance. 23 Dec 2011 H.Matusfuru YAML is implemented. [14 Nov 2012 Y.Namekawa]
Definition at line 39 of file force_F_Wilson_SF.h.
|
inline |
Definition at line 55 of file force_F_Wilson_SF.h.
|
inline |
Definition at line 63 of file force_F_Wilson_SF.h.
Reimplemented from Force.
Definition at line 71 of file force_F_Wilson_SF.cpp.
|
virtual |
Reimplemented from Force.
Definition at line 97 of file force_F_Wilson_SF.cpp.
|
private |
Definition at line 113 of file force_F_Wilson_SF.cpp.
|
inlinevirtual |
Implements Force.
Definition at line 71 of file force_F_Wilson_SF.h.
|
virtual |
Implements Force.
Definition at line 19 of file force_F_Wilson_SF.cpp.
void Force_F_Wilson_SF::set_parameters | ( | const double | kappa, |
const std::vector< int > | bc | ||
) |
Definition at line 44 of file force_F_Wilson_SF.cpp.
|
static |
Definition at line 42 of file force_F_Wilson_SF.h.
|
private |
Definition at line 48 of file force_F_Wilson_SF.h.
|
private |
Definition at line 49 of file force_F_Wilson_SF.h.
|
private |
Definition at line 47 of file force_F_Wilson_SF.h.
|
private |
Definition at line 50 of file force_F_Wilson_SF.h.
|
private |
Definition at line 51 of file force_F_Wilson_SF.h.
|
private |
Definition at line 45 of file force_F_Wilson_SF.h.