Bridge++
Ver. 2.0.2
|
Polyakov loop measurement. More...
#include <polyakovLoop.h>
Public Member Functions | |
PolyakovLoop () | |
internal data members (to be implemented). More... | |
PolyakovLoop (const Parameters ¶ms) | |
virtual | ~PolyakovLoop () |
virtual void | set_parameters (const Parameters ¶ms) |
setting parameters: only for Polyakov loop correlators. More... | |
void | set_parameters (const int Nspc_size, const int Ntype) |
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
virtual void | get_parameters (Parameters ¶ms) const |
dcomplex | measure_ploop (const Field_G &U) |
Polyakov loop measurement. More... | |
void | calc_ploop (dcomplex &ploop, const Field_G &U) |
Polyakov loop measurement (multi-threaded). More... | |
Static Public Attributes | |
static const std::string | class_name = "PolyakovLoop" |
Protected Attributes | |
Bridge::VerboseLevel | m_vl |
Private Member Functions | |
PolyakovLoop (const PolyakovLoop &) | |
PolyakovLoop & | operator= (const PolyakovLoop &) |
void | init () |
Polyakov loop correlator measurement (to be implemented). More... | |
Private Attributes | |
std::string | m_filename_output |
int | m_Nspc_size |
parameters set by user More... | |
int | m_Ntype |
number of measured loop-type More... | |
Field_G | m_P |
working area More... | |
Field_G | m_Pcp1 |
Field_G | m_Pcp2 |
Field_G | m_Ut |
Polyakov loop measurement.
This class determines the Polyakov loop for a given gauge configuration. Polyakov loop correlators are also planned to be measured, but still have not been implemented yet. For the latter case, set_parameters() is prepared (the definition of correlator constellation is the same as that of WilsonLoop). 22 Aug 2012 H.Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa] Multithreaded. [29 Jul 2020 Y.Namekawa] Any number of threads is enabled. [26 Dec 2021 H.Matsufuru]
Definition at line 41 of file polyakovLoop.h.
|
inline |
internal data members (to be implemented).
Definition at line 72 of file polyakovLoop.h.
|
inline |
Definition at line 78 of file polyakovLoop.h.
|
inlinevirtual |
Definition at line 85 of file polyakovLoop.h.
|
private |
void PolyakovLoop::calc_ploop | ( | dcomplex & | ploop, |
const Field_G & | U | ||
) |
Polyakov loop measurement (multi-threaded).
Definition at line 208 of file polyakovLoop.cpp.
|
virtual |
Definition at line 54 of file polyakovLoop.cpp.
|
private |
Polyakov loop correlator measurement (to be implemented).
initial setup independent of parameters.
Definition at line 112 of file polyakovLoop.cpp.
dcomplex PolyakovLoop::measure_ploop | ( | const Field_G & | U | ) |
Polyakov loop measurement.
Definition at line 172 of file polyakovLoop.cpp.
|
private |
|
inline |
Definition at line 97 of file polyakovLoop.h.
void PolyakovLoop::set_parameters | ( | const int | Nspc_size, |
const int | Ntype | ||
) |
Definition at line 65 of file polyakovLoop.cpp.
|
virtual |
setting parameters: only for Polyakov loop correlators.
Definition at line 21 of file polyakovLoop.cpp.
|
static |
Definition at line 44 of file polyakovLoop.h.
|
private |
Definition at line 50 of file polyakovLoop.h.
|
private |
|
private |
number of measured loop-type
Definition at line 54 of file polyakovLoop.h.
|
private |
working area
Definition at line 57 of file polyakovLoop.h.
|
private |
Definition at line 57 of file polyakovLoop.h.
|
private |
Definition at line 57 of file polyakovLoop.h.
|
private |
Definition at line 57 of file polyakovLoop.h.
|
protected |
Definition at line 47 of file polyakovLoop.h.