CHROMA
etensor.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Tensor used for E representations
4  */
5 
6 #ifndef __etensor_h__
7 #define __etensor_h__
8 
9 namespace Chroma
10 {
11 
12  //! Return E antisymmetric tensor
13  /*!
14  * \ingroup ferm
15  *
16  * \return \f$Q_{\alpha jk} = 0\quad j\ne k, Q_{111}=1/sqrt(2),Q_{122}=-1/sqrt(2), Q_{211}=-1/sqrt(6), Q_{222}=-1/sqrt(6), Q_{233}=2/sqrt(6)\f$
17  */
18  Real ETensor3d(int alpha, int j, int k);
19 } // end namespace Chroma
20 
21 #endif
Real ETensor3d(int alpha, int j, int k)
Return E antisymmetric tensor.
Definition: etensor.cc:51
unsigned j
Definition: ldumul_w.cc:35
static const LatticeInteger & alpha(const int dim)
Definition: stag_phases_s.h:43
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
int k
Definition: invbicg.cc:119