CHROMA
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