CHROMA
Namespaces | Functions
block_couplings.cc File Reference

Caclulates the couplings between neighboring blocks given a displacement path. More...

#include "chromabase.h"
#include "util/ferm/block_couplings.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

LatticeInteger Chroma::displace (const LatticeInteger &in, const int len, const int dir)
 
void Chroma::displace (LatticeInteger &blk2, const int len, const multi1d< int > &disp)
 
std::vector< int > Chroma::block_couplings (const int b, const Set &S, const multi1d< int > &disp, const int len)
 
bool Chroma::blocks_couple (const multi1d< DisplacedBlock > &b, const Set &S, const int len, int blocks_to_check)
 
bool Chroma::blocks_couple (const multi1d< DisplacedBlock > &b, const Set &S, const int len)
 

Detailed Description

Caclulates the couplings between neighboring blocks given a displacement path.

Definition in file block_couplings.cc.