Go to the source code of this file.
|
| Chroma |
| Asqtad Staggered-Dirac operator.
|
|
|
int | Chroma::deltaToPropIndex (multi1d< int > &delta) |
|
void | Chroma::PropIndexTodelta (int src_index, multi1d< int > &delta) |
|
LatticeStaggeredPropagator | Chroma::shiftDeltaProp (multi1d< int > &delta, const LatticeStaggeredPropagator &src) |
|
template<typename T > |
T | Chroma::shiftDeltaPropCov_t (multi1d< int > &delta, const T &src, multi1d< LatticeColorMatrix > u, bool sym_flag) |
|
LatticeStaggeredPropagator | Chroma::shiftDeltaPropCov (multi1d< int > &delta, const LatticeStaggeredPropagator &src, multi1d< LatticeColorMatrix > u, bool sym_flag) |
|
LatticeStaggeredFermion | Chroma::shiftDeltaPropCov (multi1d< int > &delta, const LatticeStaggeredFermion &src, multi1d< LatticeColorMatrix > u, bool sym_flag) |
|
LatticeStaggeredPropagator | Chroma::shiftDeltaProp (multi1d< int > &delta, const LatticeStaggeredPropagator &src, bool sym_flag) |
|