QUDA
1.0.0
|
Parameter structure for driving the Gamma operator. More...
Public Types | |
typedef colorspinor_mapper< Float, 4, nColor >::type | F |
typedef mapper< Float >::type | RegType |
Public Member Functions | |
GammaArg (ColorSpinorField &out, const ColorSpinorField &in, int d, RegType kappa=0.0, RegType mu=0.0, RegType epsilon=0.0, bool dagger=false, QudaTwistGamma5Type twist=QUDA_TWIST_GAMMA5_INVALID) | |
Public Attributes | |
F | out |
const F | in |
const int | d |
const int | nParity |
bool | doublet |
const int | volumeCB |
RegType | a |
RegType | b |
RegType | c |
Parameter structure for driving the Gamma operator.
Definition at line 172 of file dslash_quda.cu.
typedef colorspinor_mapper<Float,4,nColor>::type quda::GammaArg< Float, nColor >::F |
Definition at line 173 of file dslash_quda.cu.
typedef mapper<Float>::type quda::GammaArg< Float, nColor >::RegType |
Definition at line 174 of file dslash_quda.cu.
|
inline |
Definition at line 186 of file dslash_quda.cu.
References dagger, epsilon, errorQuda, quda::ColorSpinorField::FieldOrder(), quda::ColorSpinorField::isNative(), kappa, mu, quda::ColorSpinorField::Nspin(), QUDA_TWIST_GAMMA5_DIRECT, QUDA_TWIST_GAMMA5_INVERSE, QUDA_TWIST_SINGLET, and quda::ColorSpinorField::TwistFlavor().
RegType quda::GammaArg< Float, nColor >::a |
Definition at line 182 of file dslash_quda.cu.
RegType quda::GammaArg< Float, nColor >::b |
Definition at line 183 of file dslash_quda.cu.
RegType quda::GammaArg< Float, nColor >::c |
Definition at line 184 of file dslash_quda.cu.
const int quda::GammaArg< Float, nColor >::d |
Definition at line 178 of file dslash_quda.cu.
bool quda::GammaArg< Float, nColor >::doublet |
Definition at line 180 of file dslash_quda.cu.
const F quda::GammaArg< Float, nColor >::in |
Definition at line 177 of file dslash_quda.cu.
const int quda::GammaArg< Float, nColor >::nParity |
Definition at line 179 of file dslash_quda.cu.
F quda::GammaArg< Float, nColor >::out |
Definition at line 176 of file dslash_quda.cu.
const int quda::GammaArg< Float, nColor >::volumeCB |
Definition at line 181 of file dslash_quda.cu.