#include <wilsonLoop.h>
|
static const std::string | class_name = "WilsonLoop" |
|
Definition at line 51 of file wilsonLoop.h.
WilsonLoop::WilsonLoop |
( |
| ) |
|
|
inline |
virtual WilsonLoop::~WilsonLoop |
( |
| ) |
|
|
inlinevirtual |
double WilsonLoop::calc_wloop |
( |
Field_G & |
Uspc, |
|
|
int |
t_ext |
|
) |
| |
|
private |
temporal gauge fixing of extended gauge field.
Definition at line 254 of file wilsonLoop.cpp.
void WilsonLoop::gfix_temporal |
( |
Field_G & |
Uext | ) |
|
|
private |
temporal gauge fixing of extended gauge field.
Definition at line 566 of file wilsonLoop.cpp.
int WilsonLoop::index_wloop |
( |
int |
i_spc, |
|
|
int |
i_tmp, |
|
|
int |
i_type |
|
) |
| |
|
inline |
index for Wilson loop variable.
Definition at line 98 of file wilsonLoop.h.
void WilsonLoop::init |
( |
| ) |
|
|
private |
initial setup independent of parameters.
Definition at line 122 of file wilsonLoop.cpp.
double WilsonLoop::measure |
( |
Field_G & |
U | ) |
|
main function to measure Wilson loops.
setting extended config.
fixing extended config to temporal gauge.
on/off-diagonal direction type
permutation of direction
output: same format as Fortran code
Definition at line 169 of file wilsonLoop.cpp.
void WilsonLoop::redef_Uspc |
( |
Field_G & |
Uspc, |
|
|
Field_G & |
Uext, |
|
|
int |
j, |
|
|
int |
nu, |
|
|
std::valarray< int > & |
unit_v |
|
) |
| |
|
private |
redefinition of product of spatial link variables.
this loop counting is for exact comparison to Fortran code.
Definition at line 299 of file wilsonLoop.cpp.
void WilsonLoop::set_parameters |
( |
const Parameters & |
params | ) |
|
|
virtual |
void WilsonLoop::set_parameters |
( |
int |
Nspc_size, |
|
|
int |
Ntmp_size, |
|
|
int |
Ntype |
|
) |
| |
The following setting explicitly depends on the definition of unit vectors.
The following setting explicitly depends on the definition of unit vectors.
Definition at line 72 of file wilsonLoop.cpp.
const std::string WilsonLoop::class_name = "WilsonLoop" |
|
static |
std::valarray<int> WilsonLoop::m_Nmax |
|
private |
int WilsonLoop::m_Nspc_size |
|
private |
parameters set by user
spatial size of loop
Definition at line 61 of file wilsonLoop.h.
size of extended gauge config.
Definition at line 70 of file wilsonLoop.h.
int WilsonLoop::m_Ntmp_size |
|
private |
number of measured loop-type
Definition at line 63 of file wilsonLoop.h.
int WilsonLoop::m_Ntype_max |
|
private |
internal data members
maximum size of loop-type
Definition at line 66 of file wilsonLoop.h.
std::valarray<unit_vec> WilsonLoop::m_Nunit |
|
private |
int WilsonLoop::m_Nvol_ext |
|
private |
volume of extended gauge config.
Definition at line 71 of file wilsonLoop.h.
size of extended gauge config.
Definition at line 67 of file wilsonLoop.h.
size of extended gauge config.
Definition at line 68 of file wilsonLoop.h.
size of extended gauge config.
Definition at line 69 of file wilsonLoop.h.
The documentation for this class was generated from the following files:
- /work/sueda-2/code/bridge-code/bridge-1.2.2/src/Measurements/Gauge/wilsonLoop.h
- /work/sueda-2/code/bridge-code/bridge-1.2.2/src/Measurements/Gauge/wilsonLoop.cpp