CHROMA
Namespaces | Functions
su2extract.cc File Reference

Extract an unnormalized SU(2) matrix from a GL(3,C) matrix. More...

#include "chromabase.h"
#include "util/gauge/su2extract.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

template<typename S >
void Chroma::su2Extract_t (multi1d< LatticeReal > &r, const LatticeColorMatrix &source, int su2_index, const S &s)
 Su2_extract: r_0,r_1,r_2,r_3 <- source(su2_index) [SU(N) field] under a subset. More...
 
void Chroma::su2Extract (multi1d< LatticeReal > &r, const LatticeColorMatrix &source, int su2_index, const Subset &s)
 Su2_extract: r_0,r_1,r_2,r_3 <- source(su2_index) [SU(N) field] under a subset. More...
 

Detailed Description

Extract an unnormalized SU(2) matrix from a GL(3,C) matrix.

Definition in file su2extract.cc.