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
sources
walfil_s.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Wall source construction
4
*/
5
6
#ifndef __wallfil_s_h__
7
#define __wallfil_s_h__
8
9
namespace
Chroma
{
10
11
//! Fill a specific color and spin index with 1.0 on a wall
12
/*!
13
* \ingroup sources
14
*
15
* This routine is specific to Staggered fermions!
16
*
17
* Fill a specific color index with 1.0, on sites in a slice
18
* where everything has even coordinates.
19
*
20
* \param a Source fermion (write)
21
* \param slice time slice
22
* \param mu direction of slice
23
* \param color_index Color index
24
* \param src_index Index which defines which corner of a cube on
25
* the source time slice you want your source to
26
* be on. The std::mapping from src_index to site is
27
* lexicographic, i.e: 0 is (0,0,0), 1 is (1,0,0),
28
* 2 is (0,1,0), 3 is (1,1,0), 4 is (0,0,1),
29
* 5 is (1,0,1), 6 is (0,1,1) and 7 is (1,1,1).
30
*
31
32
*/
33
34
void
walfil
(LatticeStaggeredFermion&
a
,
int
slice,
int
mu
,
int
color_index,
int
src_index);
35
36
}
// end namespace Chroma
37
38
#endif
mu
int mu
Definition:
cool.cc:24
Chroma::walfil
void walfil(LatticeStaggeredFermion &a, int slice, int mu, int color_index, int src_index)
Fill a specific color and spin index with 1.0 on a wall.
Definition:
walfil_s.cc:36
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::a
Complex a
Definition:
invbicg.cc:95
Generated by
1.9.1