Bridge++
Version 1.5.4
|
#include <staple_eo.h>
Public Member Functions | |
Staple_eo () | |
~Staple_eo () | |
void | set_parameters (const Parameters ¶ms) |
setting parameters. More... | |
void | upper (Field_G &, const Field_G &, const int, const int) |
constructs upper staple in mu-nu plane. More... | |
void | lower (Field_G &, const Field_G &, const int, const int) |
constructs lower staple in mu-nu plane. More... | |
double | plaq_s (const Field_G &) |
calculates spatial plaquette value. More... | |
double | plaq_t (const Field_G &) |
calculates temporal plaquette value. More... | |
double | plaquette (const Field_G &) |
calculates plaquette value. More... | |
void | staple (Field_G &, const Field_G &, const int) |
constructs staple in mu-direction (summing up nu-direction). More... | |
Public Member Functions inherited from Staple | |
Staple () | |
virtual | ~Staple () |
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
Static Public Attributes | |
static const std::string | class_name = "Staple_eo" |
Private Attributes | |
std::string | m_filename_output |
Field_G | m_v |
Field_G | m_w |
ShiftField_eo | m_shift |
Additional Inherited Members | |
Protected Attributes inherited from Staple | |
Bridge::VerboseLevel | m_vl |
Staple construction.
While the originial version was written by J.Noaki, the present version is completely modified by H.Matsufuru except for the interface. [28 Dec 2011 H.Matsufuru] Factory is introduced. [24 Jan 2017 Y.Namekawa]
Definition at line 33 of file staple_eo.h.
|
inline |
Definition at line 45 of file staple_eo.h.
|
inline |
Definition at line 50 of file staple_eo.h.
constructs lower staple in mu-nu plane.
Implements Staple.
Definition at line 154 of file staple_eo.cpp.
|
virtual |
|
virtual |
calculates temporal plaquette value.
Implements Staple.
Definition at line 84 of file staple_eo.cpp.
|
virtual |
|
virtual |
constructs staple in mu-direction (summing up nu-direction).
Implements Staple.
Definition at line 110 of file staple_eo.cpp.
constructs upper staple in mu-nu plane.
Implements Staple.
Definition at line 131 of file staple_eo.cpp.
|
static |
Definition at line 36 of file staple_eo.h.
|
private |
Definition at line 39 of file staple_eo.h.
|
private |
Definition at line 42 of file staple_eo.h.
|
private |
Definition at line 41 of file staple_eo.h.
|
private |
Definition at line 41 of file staple_eo.h.