Bridge++
Ver. 2.0.2
|
Force for the standard Wilson fermion operator. More...
#include <force_F_Wilson_SF.h>
Public Member Functions | |
DEPRECATED | Force_F_Wilson_SF () |
Force_F_Wilson_SF (const Parameters ¶ms) | |
~Force_F_Wilson_SF () | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (const double kappa, const std::vector< int > bc) |
void | get_parameters (Parameters ¶ms) const |
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 () |
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 | |
Bridge::VerboseLevel | m_vl |
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 |
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 58 of file force_F_Wilson_SF.h.
|
inline |
Definition at line 66 of file force_F_Wilson_SF.h.
|
inline |
Definition at line 84 of file force_F_Wilson_SF.h.
Reimplemented from Force.
Definition at line 82 of file force_F_Wilson_SF.cpp.
|
virtual |
Reimplemented from Force.
Definition at line 107 of file force_F_Wilson_SF.cpp.
|
private |
Definition at line 123 of file force_F_Wilson_SF.cpp.
|
virtual |
Implements Force.
Definition at line 45 of file force_F_Wilson_SF.cpp.
|
inlinevirtual |
Implements Force.
Definition at line 94 of file force_F_Wilson_SF.h.
void Force_F_Wilson_SF::set_parameters | ( | const double | kappa, |
const std::vector< int > | bc | ||
) |
Definition at line 55 of file force_F_Wilson_SF.cpp.
|
virtual |
Implements Force.
Definition at line 19 of file force_F_Wilson_SF.cpp.
|
static |
Definition at line 42 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 49 of file force_F_Wilson_SF.h.
|
private |
Definition at line 52 of file force_F_Wilson_SF.h.
|
private |
Definition at line 53 of file force_F_Wilson_SF.h.
|
private |
Definition at line 45 of file force_F_Wilson_SF.h.