|
Bridge++
Ver. 1.1.x
|
Staple construction. More...
#include <staples.h>
Public Member Functions | |
| Staples () | |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
| Field_G | upper (const Field_G &, const int, const int) |
| Field_G | lower (const Field_G &, const int, const int) |
| double | plaq_s (const Field_G &) |
| double | plaq_t (const Field_G &) |
| double | plaquette (const Field_G &) |
| void | staple (Field_G &, const Field_G &, const int) |
Protected Attributes | |
| Bridge::VerboseLevel | m_vl |
Private Attributes | |
| int | Nc |
| int | Ndim |
| int | Nvol |
| int | Lvol |
| Field_G | Umu |
| Field_G | Unu |
| Field_G | v |
| Field_G | w |
| ShiftField_lex | shift |
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]
Definition at line 106 of file staples.cpp.
| double Staples::plaq_s | ( | const Field_G & | U | ) |
Definition at line 24 of file staples.cpp.
| double Staples::plaq_t | ( | const Field_G & | U | ) |
Definition at line 51 of file staples.cpp.
| double Staples::plaquette | ( | const Field_G & | U | ) |
Definition at line 17 of file staples.cpp.
|
inline |
Definition at line 70 of file staples.cpp.
Definition at line 83 of file staples.cpp.
|
protected |
|
private |