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
polycor.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Construct Polyakov loop correlation functions from fuzzy links
4
*/
5
6
#ifndef __polycor_h__
7
#define __polycor_h__
8
9
#include "
util/ft/sftmom.h
"
10
11
namespace
Chroma
12
{
13
14
//! Construct Polyakov loop correlation functions from fuzzy links
15
/*!
16
* \ingroup glue
17
*
18
* Construct Polyakov loop correlation functions from fuzzy links at
19
* blocking level bl_level in the directions orthogonal to j_decay
20
* and Write them in (pseudo) XML format.
21
*
22
* \param xml_out xml file object ( Write )
23
* \param xml_group std::string used for writing xml data ( Read )
24
* \param u (blocked) gauge field ( Read )
25
* \param block_latt block lattice size ( Read )
26
* \param bl_level blocking level ( Read )
27
* \param phases object holds list of momenta and Fourier phases ( Read )
28
*/
29
30
void
polycor
(XMLWriter& xml_out,
const
std::string
& xml_group,
31
const
multi1d<LatticeColorMatrix>&
u
,
32
const
SftMom& phases,
33
int
bl_level);
34
35
}
// end namespace Chroma
36
37
#endif
Chroma::polycor
void polycor(XMLWriter &xml_out, const std::string &xml_group, const multi1d< LatticeColorMatrix > &u, const SftMom &phases, int bl_level)
Construct Polyakov loop correlation functions from fuzzy links.
Definition:
polycor.cc:28
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
sftmom.h
Fourier transform phase factor support.
Generated by
1.9.1