11#define _WL_3VOL_INDEX(x, y, z) ((x) + (y) * X + (z) * X * Y)
15void WL_load_path(
int c[3],
int nsteps);
17void WL_broadcast_polyakov(suNg *poly,
suNg_field *gf);
18void WL_correlators(
double **ret,
const suNg_field *gf,
const suNg *poly,
const int nsteps,
const int *path,
const int length,
19 const int perm[3],
int sign[3]);
20void WL_wilsonloops(
double HYP_weight[3]);
33extern int WL_max_nsteps;
The elementary site structures defined in suN.h are used in this file to define field structures that...
Definition wilsonloops.h:22
Gauge field of SU(N_g) matrices.
Definition spinor_field.h:98