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
hadron
seqpiontest_w.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Test a pion sequential source
4
*/
5
6
#ifndef __seqpiontest_w_h__
7
#define __seqpiontest_w_h__
8
9
namespace
Chroma
{
10
11
//! Test a pion sequential source.
12
/*!
13
* \ingroup hadron
14
*
15
* For the case of a pion, we have evaluated as the sequential source
16
*
17
* H(y, 0; tx, p) = \sum exp{ip.x} U(y,x) \gamma_5 D(x,0) \gamma_5
18
*
19
* Thus we can see that
20
*
21
* Tr H(0,0; tx, p) = \sum_x exp{ip.x} Tr[ U^dagger(x,0) D(x,0)]
22
*
23
* which is just the conjugate of the pion correlator at momentum
24
* p and timslice tx
25
*
26
* ARGUMENTS:
27
*
28
* \param pion_src the sequential propagator evaluated at t_source (Write)
29
* \param seq_quark_prop the sequential propagator ( Read )
30
* \param t_source the coordinates of the source ( Read )
31
*/
32
33
void
seqPionTest
(Complex& pion_src,
34
const
LatticePropagator& seq_quark_prop,
35
const
multi1d<int>&
t_source
);
36
37
}
// end namespace Chroma
38
39
#endif
Chroma::seqPionTest
void seqPionTest(Complex &pion_src, const LatticePropagator &seq_quark_prop, const multi1d< int > &t_source)
Test a pion sequential source.
Definition:
seqpiontest_w.cc:33
t_source
int t_source
Definition:
inline_prop_and_matelem_distillation2_w.cc:196
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Generated by
1.9.1