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
actions
ferm
linop
dwffld_w.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief DWF parity/rotation operator
4
*
5
* Apply a DWF style `parity' or rotation operator to move from
6
* boundary field basis to single field basis or back again
7
*/
8
9
#ifndef __dwffld_w_h__
10
#define __dwffld_w_h__
11
12
#include "
actions/ferm/linop/dwffld_w.h
"
13
14
15
namespace
Chroma
16
{
17
//! DWF parity/rotation operator
18
/*! \ingroup linop
19
*
20
* Chi := P^{isign} . Psi where P is the rotation operator
21
*
22
* \param psi Pseudofermion field (Read)
23
* \param chi Pseudofermion field (Write)
24
* \param isign Sign (Plus/Minus) (Read)
25
*/
26
27
void
DwfFld
(multi1d<LatticeFermion>&
chi
,
const
multi1d<LatticeFermion>&
psi
,
enum
PlusMinus
isign
);
28
29
}
// End Namespace Chroma
30
31
32
#endif
dwffld_w.h
DWF parity/rotation operator.
Chroma::DwfFld
void DwfFld(multi1d< LatticeFermion > &chi, const multi1d< LatticeFermion > &psi, enum PlusMinus isign)
DWF parity/rotation operator.
Definition:
dwffld_w.cc:24
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::PlusMinus
PlusMinus
Definition:
chromabase.h:45
Chroma::chi
multi1d< LatticeFermion > chi(Ncb)
Chroma::psi
LatticeFermion psi
Definition:
mespbg5p_w.cc:35
Chroma::isign
isign
Definition:
pbg5p_w.cc:58
Generated by
1.9.1