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
smear
ape_smear.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
// $Id: ape_smear.h,v 3.1 2006-08-11 16:13:29 edwards Exp $
3
4
#ifndef __ape_smear__
5
#define __ape_smear__
6
7
namespace
Chroma
8
{
9
//! Construct APE smeared links from:
10
/*!
11
* \ingroup smear
12
*
13
*
14
* x x \ x------x
15
* + | \ |
16
* + = c * | + \ |
17
* + | / |
18
* x x / x------x
19
* /______
20
*
21
*
22
* Arguments:
23
*
24
* where c is the smearing factor sm_fact, and projected back onto SU(Nc)
25
26
* Warning: this works only for Nc = 2 and 3 !
27
28
* \param u gauge field ( Read )
29
* \param u_smear smeared gauge field ( Write )
30
* \param mu direction of smeared gauge field ( Read )
31
* \param bl_level blocking level (of the u's) ( Read )
32
* \param sm_fact smearing factor ( Read )
33
* \param BlkAccu accuracy in fuzzy link projection ( Read )
34
* \param BlkMax maximum number of iterations in fuzzy link projection ( Read )
35
* \param j_decay no staple in direction j_decay ( Read )
36
*/
37
38
void
APE_Smear
(
const
multi1d<LatticeColorMatrix>&
u
,
39
LatticeColorMatrix& u_smear,
40
int
mu
,
int
bl_level,
41
const
Real& sm_fact,
const
Real& BlkAccu,
42
int
BlkMax,
int
j_decay
);
43
44
}
45
#endif
mu
int mu
Definition:
cool.cc:24
Chroma::APE_Smear
void APE_Smear(const multi1d< LatticeColorMatrix > &u, LatticeColorMatrix &u_smear, int mu, int bl_level, const Real &sm_fact, const Real &BlkAccu, int BlkMax, int j_decay)
Construct APE smeared links from:
Definition:
ape_smear.cc:44
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
Generated by
1.9.1