Bridge++
Ver. 1.3.x
|
#include <force_F_Wilson_eo.h>
Public Member Functions | |
Force_F_Wilson_eo () | |
Force_F_Wilson_eo (std::string repr) | |
~Force_F_Wilson_eo () | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (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) |
![]() | |
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_eo" |
Private Member Functions | |
void | force_udiv1_impl (Field_G &force, const Field_F &zeta, const Field_F &eta) |
Private Attributes | |
Field_G * | m_Ueo |
double | m_kappa |
std::vector< int > | m_boundary |
Fopr_Wilson_eo * | m_fopr_w |
Field_F | m_psf |
std::string | m_repr |
Index_eo | m_index |
Additional Inherited Members | |
![]() | |
Field_G * | m_U |
Bridge::VerboseLevel | m_vl |
Definition at line 49 of file force_F_Wilson_eo.h.
|
inline |
Definition at line 67 of file force_F_Wilson_eo.h.
|
inline |
Definition at line 75 of file force_F_Wilson_eo.h.
|
inline |
Definition at line 83 of file force_F_Wilson_eo.h.
return the force field, differentiated by the gauge field U form the fermion field on the even site. force_udiv = force_udiv1(eta, H eta) + force_udiv1(H eta, eta)
Reimplemented from Force.
Definition at line 100 of file force_F_Wilson_eo.cpp.
|
virtual |
eta and zeta are the fermion fields on the even-odd site eta_o = M_oe eta_e zeta_e = g_5 (1- M_eo M_oe) eta_e zeta_o = M_oe zeta_o
Reimplemented from Force.
Definition at line 134 of file force_F_Wilson_eo.cpp.
|
private |
Definition at line 150 of file force_F_Wilson_eo.cpp.
|
inlinevirtual |
Implements Force.
Definition at line 91 of file force_F_Wilson_eo.h.
|
virtual |
Implements Force.
Definition at line 46 of file force_F_Wilson_eo.cpp.
void Force_F_Wilson_eo::set_parameters | ( | double | kappa, |
const std::vector< int > | bc | ||
) |
Definition at line 71 of file force_F_Wilson_eo.cpp.
|
static |
Definition at line 52 of file force_F_Wilson_eo.h.
|
private |
Definition at line 58 of file force_F_Wilson_eo.h.
|
private |
Definition at line 59 of file force_F_Wilson_eo.h.
|
private |
Definition at line 63 of file force_F_Wilson_eo.h.
|
private |
Definition at line 57 of file force_F_Wilson_eo.h.
|
private |
Definition at line 60 of file force_F_Wilson_eo.h.
|
private |
Definition at line 61 of file force_F_Wilson_eo.h.
|
private |
Definition at line 55 of file force_F_Wilson_eo.h.