CHROMA
eeu1.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Exactly exponentiate a U(1) lie algebra element
4  */
5 
6 #ifndef __eeu1_h__
7 #define __eeu1_h__
8 
9 namespace Chroma
10 {
11 
12  //! Exactly exponentiate a U(1) lie algebra element
13  /*!
14  * \ingroup gauge
15  *
16  * \param lambda LatticeColorMatrix (Modify)
17  */
18  void eeu1(LatticeColorMatrix& lambda);
19 
20 } // end namespace Chroma
21 
22 #endif
void eeu1(LatticeColorMatrix &lambda)
Exactly exponentiate a U(1) lie algebra element.
Definition: eeu1.cc:18
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10