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
util
ferm
etensor.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Tensor used for E representations
4
*/
5
6
#ifndef __etensor_h__
7
#define __etensor_h__
8
9
namespace
Chroma
10
{
11
12
//! Return E antisymmetric tensor
13
/*!
14
* \ingroup ferm
15
*
16
* \return \f$Q_{\alpha jk} = 0\quad j\ne k, Q_{111}=1/sqrt(2),Q_{122}=-1/sqrt(2), Q_{211}=-1/sqrt(6), Q_{222}=-1/sqrt(6), Q_{233}=2/sqrt(6)\f$
17
*/
18
Real
ETensor3d
(
int
alpha
,
int
j
,
int
k
);
19
}
// end namespace Chroma
20
21
#endif
Chroma::ETensor3d
Real ETensor3d(int alpha, int j, int k)
Return E antisymmetric tensor.
Definition:
etensor.cc:51
j
unsigned j
Definition:
ldumul_w.cc:35
Chroma::StagPhases::alpha
static const LatticeInteger & alpha(const int dim)
Definition:
stag_phases_s.h:43
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::k
int k
Definition:
invbicg.cc:119
Generated by
1.9.1