CHROMA
paulitodr.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Basis rotation matrix from Pauli-Schwinger (Euclidean Sakurai) to Degrand-Rossi (and reverse)
4  */
5 
6 #ifndef __paulitodr_h__
7 #define __paulitodr_h__
8 
9 namespace Chroma {
10 
11 //! The Pauli-Schwinger (Euclidean Sakurai) to Degrand-Rossi spin transformation matrix
12 /*!
13  * \ingroup ferm
14  *
15  * Return the similarity transformation matrix from
16  * Euclidean Pauli-Schwinger to Euclidean Degrand-Rossi basis
17  *
18  * \returns The U in Gamma_{Degrand-Rossi} = U Gamma_PS U^dag
19  */
20 
21 SpinMatrixD PauliToDRMat();
22 
23 } // end namespace Chroma
24 
25 #endif
SpinMatrixD PauliToDRMat()
The Pauli-Schwinger (Euclidean Sakurai) to Degrand-Rossi spin transformation matrix.
Definition: paulitodr.cc:20
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10