00001 // -*- C++ -*- 00002 // $Id: antisymtensor.h,v 3.0 2006/04/03 04:59:11 edwards Exp $ 00003 /*! \file 00004 * \brief Compute anti-symmetric tensors 00005 */ 00006 00007 #ifndef __antisymtensor_h__ 00008 #define __antisymtensor_h__ 00009 00010 namespace Chroma 00011 { 00012 00013 //! Return 3d antisymmetric tensor 00014 /*! 00015 * \ingroup ferm 00016 * 00017 * \return \f$\epsilon_{ijk}\f$ 00018 */ 00019 int antiSymTensor3d(int i, int j, int k); 00020 00021 } // end namespace Chroma 00022 00023 #endif
1.4.7