|
Bridge++
Ver. 2.0.4
|
#include <staple_eo.h>
Public Member Functions | |
| Staple_eo () | |
| Staple_eo (const Parameters ¶ms) | |
| ~Staple_eo () | |
| void | set_parameters (const Parameters ¶ms) |
| setting parameters. More... | |
| void | get_parameters (Parameters ¶ms) const |
| getting 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 () |
Static Public Attributes | |
| static const std::string | class_name = "Staple_eo" |
Private Member Functions | |
| void | init () |
| void | init (const Parameters ¶ms) |
| void | tidyup () |
| double | plaq_s_omp (const Field_G &) |
| double | plaq_t_omp (const Field_G &) |
| double | plaq_s_impl (const Field_G &) |
| double | plaq_t_impl (const Field_G &) |
Private Attributes | |
| Bridge::VerboseLevel | m_vl |
| std::string | m_filename_output |
| int | m_Nc |
| int | m_Nvol |
| int | m_Ndim |
| ShiftField_eo * | m_shift |
| Field_G | m_v1 |
| Field_G | m_v2 |
| Field_G | m_w1 |
| Field_G | m_w2 |
| Field_G | m_Umu |
| Field_G | m_Unu |
Staple construction.
Staple construction for even-odd gauge field. [28 Dec 2011 H.Matsufuru] Factory is introduced. [24 Jan 2017 Y.Namekawa] Multi-threading is applied. [02 Dec 2021 H.Matsufuru]
Definition at line 33 of file staple_eo.h.
|
inline |
Definition at line 54 of file staple_eo.h.
|
inline |
Definition at line 56 of file staple_eo.h.
|
inline |
Definition at line 58 of file staple_eo.h.
|
virtual |
|
private |
Definition at line 27 of file staple_eo.cpp.
|
private |
Definition at line 43 of file staple_eo.cpp.
constructs lower staple in mu-nu plane.
Implements Staple.
Definition at line 307 of file staple_eo.cpp.
|
virtual |
calculates spatial plaquette value.
Implements Staple.
Definition at line 103 of file staple_eo.cpp.
|
private |
Definition at line 169 of file staple_eo.cpp.
|
private |
Definition at line 137 of file staple_eo.cpp.
|
virtual |
calculates temporal plaquette value.
Implements Staple.
Definition at line 120 of file staple_eo.cpp.
|
private |
Definition at line 216 of file staple_eo.cpp.
|
private |
Definition at line 153 of file staple_eo.cpp.
|
virtual |
|
virtual |
constructs staple in mu-direction (summing up nu-direction).
Implements Staple.
Definition at line 258 of file staple_eo.cpp.
|
private |
Definition at line 61 of file staple_eo.cpp.
constructs upper staple in mu-nu plane.
Implements Staple.
Definition at line 282 of file staple_eo.cpp.
|
static |
Definition at line 36 of file staple_eo.h.
|
private |
Definition at line 41 of file staple_eo.h.
|
private |
Definition at line 43 of file staple_eo.h.
|
private |
Definition at line 43 of file staple_eo.h.
|
private |
Definition at line 43 of file staple_eo.h.
|
private |
Definition at line 45 of file staple_eo.h.
|
private |
Definition at line 50 of file staple_eo.h.
|
private |
Definition at line 50 of file staple_eo.h.
|
private |
Definition at line 48 of file staple_eo.h.
|
private |
Definition at line 48 of file staple_eo.h.
|
private |
Definition at line 39 of file staple_eo.h.
|
private |
Definition at line 49 of file staple_eo.h.
|
private |
Definition at line 49 of file staple_eo.h.