Bridge++
Ver. 2.0.2
|
Force for the twisted-mass Wilson fermion operator. More...
#include <force_F_Wilson_TwistedMass_Nf2.h>
Public Member Functions | |
DEPRECATED | Force_F_Wilson_TwistedMass_Nf2 () |
DEPRECATED | Force_F_Wilson_TwistedMass_Nf2 (const std::string repr) |
Force_F_Wilson_TwistedMass_Nf2 (const Parameters ¶ms) | |
~Force_F_Wilson_TwistedMass_Nf2 () | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (const double kappa, const double tw_mass, 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_TwistedMass_Nf2" |
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 |
double | m_tw_mass |
std::vector< int > | m_boundary |
Fopr_Wilson_TwistedMass * | m_fopr_tw |
Field_F | m_psf |
std::string | m_repr |
Additional Inherited Members | |
Protected Attributes inherited from Force | |
Field_G * | m_U |
Force for the twisted-mass Wilson fermion operator.
This class calculates the force of the twisted-mass 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_TwistedMass_Nf2.h.
|
inline |
Definition at line 57 of file force_F_Wilson_TwistedMass_Nf2.h.
|
inline |
Definition at line 66 of file force_F_Wilson_TwistedMass_Nf2.h.
|
inline |
Definition at line 74 of file force_F_Wilson_TwistedMass_Nf2.h.
|
inline |
Definition at line 90 of file force_F_Wilson_TwistedMass_Nf2.h.
Reimplemented from Force.
Definition at line 87 of file force_F_Wilson_TwistedMass_Nf2.cpp.
|
virtual |
Reimplemented from Force.
Definition at line 108 of file force_F_Wilson_TwistedMass_Nf2.cpp.
|
private |
Definition at line 124 of file force_F_Wilson_TwistedMass_Nf2.cpp.
|
virtual |
Implements Force.
Definition at line 46 of file force_F_Wilson_TwistedMass_Nf2.cpp.
|
inlinevirtual |
Implements Force.
Definition at line 102 of file force_F_Wilson_TwistedMass_Nf2.h.
void Force_F_Wilson_TwistedMass_Nf2::set_parameters | ( | const double | kappa, |
const double | tw_mass, | ||
const std::vector< int > | bc | ||
) |
Definition at line 57 of file force_F_Wilson_TwistedMass_Nf2.cpp.
|
virtual |
Implements Force.
Definition at line 19 of file force_F_Wilson_TwistedMass_Nf2.cpp.
|
static |
Definition at line 42 of file force_F_Wilson_TwistedMass_Nf2.h.
|
private |
Definition at line 49 of file force_F_Wilson_TwistedMass_Nf2.h.
|
private |
Definition at line 50 of file force_F_Wilson_TwistedMass_Nf2.h.
|
private |
Definition at line 47 of file force_F_Wilson_TwistedMass_Nf2.h.
|
private |
Definition at line 51 of file force_F_Wilson_TwistedMass_Nf2.h.
|
private |
Definition at line 52 of file force_F_Wilson_TwistedMass_Nf2.h.
|
private |
Definition at line 48 of file force_F_Wilson_TwistedMass_Nf2.h.
|
private |
Definition at line 45 of file force_F_Wilson_TwistedMass_Nf2.h.