CHROMA
antisymtensor.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Compute anti-symmetric tensors
4  */
5 
6 #ifndef __antisymtensor_h__
7 #define __antisymtensor_h__
8 
9 namespace Chroma
10 {
11 
12  //! Return 3d antisymmetric tensor
13  /*!
14  * \ingroup ferm
15  *
16  * \return \f$\epsilon_{ijk}\f$
17  */
18  int antiSymTensor3d(int i, int j, int k);
19 
20 } // end namespace Chroma
21 
22 #endif
int antiSymTensor3d(int i, int j, int k)
Return 3d symmetric tensor.
unsigned j
Definition: ldumul_w.cc:35
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
int i
Definition: pbg5p_w.cc:55
int k
Definition: invbicg.cc:119