CHROMA
Namespaces | Functions
displacement.cc File Reference

Parallel transport a lattice field. More...

#include "chromabase.h"
#include "meas/smear/displacement.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

template<typename T >
void Chroma::displacement (const multi1d< LatticeColorMatrix > &u, T &chi, int length, int dir)
 Apply a displacement operator to a lattice field. More...
 
void Chroma::displacement (const multi1d< LatticeColorMatrix > &u, LatticeColorVector &chi, int length, int dir)
 Apply a displacement operator to a lattice field. More...
 
void Chroma::displacement (const multi1d< LatticeColorMatrix > &u, LatticePropagator &chi, int length, int dir)
 Apply a displacement operator to a lattice field. More...
 
void Chroma::displacement (const multi1d< LatticeColorMatrix > &u, LatticeStaggeredFermion &chi, int length, int dir)
 
void Chroma::displacement (const multi1d< LatticeColorMatrix > &u, LatticeStaggeredPropagator &chi, int length, int dir)
 

Detailed Description

Parallel transport a lattice field.

Definition in file displacement.cc.