CHROMA
Namespaces | Functions
klein_gord.h File Reference

Klein-Gordon operator. More...

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

void Chroma::klein_gord (const multi1d< LatticeColorMatrix > &u, const LatticeColorVector &psi, LatticeColorVector &chi, const Real &mass_sq, int j_decay)
 Compute the covariant Klein-Gordon operator on a color std::vector. More...
 
template<typename T >
void Chroma::klein_gord (const multi1d< LatticeColorMatrix > &u, const T &psi, T &chi, const Real &mass_sq, int j_decay)
 Compute the covariant Klein-Gordon operator. More...
 
void Chroma::klein_gord (const multi1d< LatticeColorMatrix > &u, const LatticeStaggeredPropagator &psi, LatticeStaggeredPropagator &chi, const Real &mass_sq, int j_decay)
 Compute the covariant Klein-Gordon operator on a propagator. More...
 
void Chroma::klein_gord (const multi1d< LatticeColorMatrix > &u, const LatticePropagator &psi, LatticePropagator &chi, const Real &mass_sq, int j_decay)
 Compute the covariant Klein-Gordon operator on a propagator. More...
 

Detailed Description

Klein-Gordon operator.

Definition in file klein_gord.h.