CHROMA
|
Namespaces | |
AntiSymmetricTensor4D | |
Typedefs | |
typedef LatticeStaggeredPropagator | T |
typedef multi1d< LatticeColorMatrix > | G |
Functions | |
void | StaggeredZeta (LatticeStaggeredPropagator &dest, int mu) |
void | StaggeredEta (LatticeStaggeredPropagator &dest, int mu) |
void | SymShift (T &dest, const T &src, const G &u, const int mu) |
void | EtaShift (T &dest, const T &src, const G &u, const multi1d< int > &mu) |
void | EtaShift (T &dest, const T &src, const G &u, const int mu) |
void | ZetaShift (T &dest, const T &src, const G &u, const multi1d< int > &mu) |
void | ZetaShift (T &dest, const T &src, const G &u, const int mu) |
void | SpinScalar (T &dest, const T &src, const G &u) |
void | SpinVector (T &dest, const T &src, const G &u, const int mu) |
void | SpinTensor (T &dest, const T &src, const G &u, const int mu, const int nu) |
void | SpinAxialVector (T &dest, const T &src, const G &u, const int mu) |
void | SpinPseudoScalar (T &dest, const T &src, const G &u) |
void | FlavorScalar (T &dest, const T &src, const G &u) |
void | FlavorVector (T &dest, const T &src, const G &u, const int mu) |
void | FlavorTensor (T &dest, const T &src, const G &u, const int mu, const int nu) |
void | FlavorAxialVector (T &dest, const T &src, const G &u, const int mu) |
void | FlavorPseudoScalar (T &dest, const T &src, const G &u) |
typedef multi1d<LatticeColorMatrix> Chroma::StaggeredFlavorOperators::G |
Definition at line 86 of file staggered_operators_s.cc.
typedef LatticeStaggeredPropagator Chroma::StaggeredFlavorOperators::T |
Definition at line 85 of file staggered_operators_s.cc.
void Chroma::StaggeredFlavorOperators::EtaShift | ( | T & | dest, |
const T & | src, | ||
const G & | u, | ||
const int | mu | ||
) |
Definition at line 123 of file staggered_operators_s.cc.
References mu, StaggeredEta(), SymShift(), and Chroma::u.
void Chroma::StaggeredFlavorOperators::EtaShift | ( | T & | dest, |
const T & | src, | ||
const G & | u, | ||
const multi1d< int > & | mu | ||
) |
Definition at line 114 of file staggered_operators_s.cc.
References Chroma::c, mu, StaggeredEta(), SymShift(), Chroma::tmp, and Chroma::u.
Referenced by SpinAxialVector(), SpinPseudoScalar(), SpinTensor(), and SpinVector().
void Chroma::StaggeredFlavorOperators::FlavorAxialVector | ( | T & | dest, |
const T & | src, | ||
const G & | u, | ||
const int | mu | ||
) |
Definition at line 202 of file staggered_operators_s.cc.
References Chroma::StaggeredFlavorOperators::AntiSymmetricTensor4D::eps_indx(), Chroma::StaggeredFlavorOperators::AntiSymmetricTensor4D::eps_sign(), mu, Chroma::p, Chroma::tmp, Chroma::u, Chroma::zero, and ZetaShift().
Referenced by Chroma::StaggeredQuarkFlavorOpEnv::StaggeredAxialVectorOp< T >::operator()().
Definition at line 212 of file staggered_operators_s.cc.
References Chroma::StaggeredFlavorOperators::AntiSymmetricTensor4D::eps_indx(), Chroma::StaggeredFlavorOperators::AntiSymmetricTensor4D::eps_sign(), Chroma::p, Chroma::tmp, Chroma::u, Chroma::zero, and ZetaShift().
Referenced by Chroma::StaggeredQuarkFlavorOpEnv::StaggeredPseudoScalarOp< T >::operator()().
Definition at line 181 of file staggered_operators_s.cc.
void Chroma::StaggeredFlavorOperators::FlavorTensor | ( | T & | dest, |
const T & | src, | ||
const G & | u, | ||
const int | mu, | ||
const int | nu | ||
) |
Definition at line 189 of file staggered_operators_s.cc.
References Chroma::d, mu, nu, Chroma::tmp, Chroma::u, and ZetaShift().
Referenced by Chroma::StaggeredQuarkFlavorOpEnv::StaggeredTensorOp< T >::operator()().
void Chroma::StaggeredFlavorOperators::FlavorVector | ( | T & | dest, |
const T & | src, | ||
const G & | u, | ||
const int | mu | ||
) |
Definition at line 185 of file staggered_operators_s.cc.
References mu, Chroma::u, and ZetaShift().
Referenced by Chroma::StaggeredQuarkFlavorOpEnv::StaggeredVectorOp< T >::operator()().
void Chroma::StaggeredFlavorOperators::SpinAxialVector | ( | T & | dest, |
const T & | src, | ||
const G & | u, | ||
const int | mu | ||
) |
Definition at line 162 of file staggered_operators_s.cc.
References Chroma::StaggeredFlavorOperators::AntiSymmetricTensor4D::eps_indx(), Chroma::StaggeredFlavorOperators::AntiSymmetricTensor4D::eps_sign(), EtaShift(), mu, Chroma::p, Chroma::tmp, Chroma::u, and Chroma::zero.
Definition at line 172 of file staggered_operators_s.cc.
References Chroma::StaggeredFlavorOperators::AntiSymmetricTensor4D::eps_indx(), Chroma::StaggeredFlavorOperators::AntiSymmetricTensor4D::eps_sign(), EtaShift(), Chroma::p, Chroma::tmp, Chroma::u, and Chroma::zero.
Definition at line 142 of file staggered_operators_s.cc.
void Chroma::StaggeredFlavorOperators::SpinTensor | ( | T & | dest, |
const T & | src, | ||
const G & | u, | ||
const int | mu, | ||
const int | nu | ||
) |
Definition at line 150 of file staggered_operators_s.cc.
References Chroma::d, EtaShift(), mu, nu, Chroma::tmp, and Chroma::u.
void Chroma::StaggeredFlavorOperators::SpinVector | ( | T & | dest, |
const T & | src, | ||
const G & | u, | ||
const int | mu | ||
) |
Definition at line 146 of file staggered_operators_s.cc.
References EtaShift(), mu, and Chroma::u.
void Chroma::StaggeredFlavorOperators::StaggeredEta | ( | LatticeStaggeredPropagator & | dest, |
int | mu | ||
) |
Definition at line 99 of file staggered_operators_s.cc.
Referenced by EtaShift().
void Chroma::StaggeredFlavorOperators::StaggeredZeta | ( | LatticeStaggeredPropagator & | dest, |
int | mu | ||
) |
Definition at line 88 of file staggered_operators_s.cc.
References Chroma::c, mu, and Nd.
Referenced by ZetaShift().
void Chroma::StaggeredFlavorOperators::SymShift | ( | T & | dest, |
const T & | src, | ||
const G & | u, | ||
const int | mu | ||
) |
Definition at line 109 of file staggered_operators_s.cc.
References BACKWARD, FORWARD, mu, and Chroma::u.
Referenced by EtaShift(), and ZetaShift().
void Chroma::StaggeredFlavorOperators::ZetaShift | ( | T & | dest, |
const T & | src, | ||
const G & | u, | ||
const int | mu | ||
) |
Definition at line 137 of file staggered_operators_s.cc.
References mu, StaggeredZeta(), SymShift(), and Chroma::u.
void Chroma::StaggeredFlavorOperators::ZetaShift | ( | T & | dest, |
const T & | src, | ||
const G & | u, | ||
const multi1d< int > & | mu | ||
) |
Definition at line 128 of file staggered_operators_s.cc.
References Chroma::c, mu, StaggeredZeta(), SymShift(), Chroma::tmp, and Chroma::u.
Referenced by FlavorAxialVector(), FlavorPseudoScalar(), FlavorTensor(), and FlavorVector().