CHROMA
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
c
e
f
g
h
m
o
p
q
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
q
r
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
e
h
i
k
r
s
t
v
Related Functions
:
a
g
h
i
l
o
p
r
s
t
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
e
l
m
p
q
s
t
u
Enumerations
Enumerator
c
e
f
g
h
l
n
o
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
lib
meas
glue
fuzwilp.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
// version with added tmax
3
/*! \file
4
* \brief Calculate ape-fuzzed Wilson loops
5
*/
6
7
#ifndef __fuzwilp_h__
8
#define __fuzwilp_h__
9
10
namespace
Chroma
{
11
//! Calculate ape-fuzzed Wilson loops
12
/*!
13
* \ingroup glue
14
*
15
* Computes time-like APE_fuzzed Wilson loops, including non-planar loops,
16
*
17
* This version makes APE-smeared links with no blocking as required
18
* for potential clculations
19
*
20
* Warning: This version is VERY Slow as it has non-recursive shifting
21
* of some link products
22
* Search for 'cap' on loop values to control no of loops
23
* calculated
24
* Warning: this works only for Nc = 2 and 3 ! (Projection of
25
* smeared/blocked links)
26
*
27
* Warning: this version assumes the space-like directions (perpendicular
28
* to j_decay) to have equal length.
29
*
30
* \param u gauge field ( Read )
31
* \param j_decay 'time' direction for 'fuzzed' Wilson loops ( Read )
32
* \param tmax maximum time-extent loops ( Read )
33
* \param n_smear number of applying smearing to the gauge links ( Read )
34
* \param sm_fact "smearing" factor = weight of old link w. r. to staples ( Read )
35
* \param BlkAccu accuracy in fuzzy link projection ( Read )
36
* \param BlkMax maximum number of iterations in fuzzy link projection ( Read )
37
*/
38
39
void
fuzwilp
(
const
multi1d<LatticeColorMatrix>&
u
,
40
int
j_decay
,
int
tmax,
int
n_smear,
41
const
Real& sm_fact,
const
Real& BlkAccu,
int
BlkMax,
42
XMLWriter& xml,
const
std::string
& xml_group);
43
44
}
// End namespace
45
46
#endif
Chroma::fuzwilp
void fuzwilp(const multi1d< LatticeColorMatrix > &u, int j_decay, int tmax, int n_smear, const Real &sm_fact, const Real &BlkAccu, int BlkMax, XMLWriter &xml, const std::string &xml_group)
Calculate ape-fuzzed Wilson loops.
Definition:
fuzwilp.cc:38
j_decay
int j_decay
Definition:
meslate.cc:22
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::u
static multi1d< LatticeColorMatrix > u
Definition:
syssolver_linop_qop_mg_w.cc:39
testing::internal::string
::std::string string
Definition:
gtest.h:1979
Generated by
1.9.1