CHROMA
readszinferm_w.h
Go to the documentation of this file.
1 
2 #ifndef __readszinferm_h__
3 #define __readszinferm_h__
4 
5 /*! \file
6  * \brief Read an old SZIN-style (checkerboarded) lattice Dirac fermion
7  */
8 
9 namespace Chroma {
10 
11 //! Read an old SZIN-style (checkerboarded) lattice Dirac fermion
12 /*!
13  * \param q fermion ( Modify )
14  * \param cfg_file path ( Read )
15  */
16 
17 void readSzinFerm(LatticeFermion& q, const std::string& file);
18 
19 } // end namespace Chroma
20 
21 #endif
void readSzinFerm(LatticeFermion &q, const std::string &file)
Read a SZIN fermion. This is a simple memory dump reader.
Double q
Definition: mesq.cc:17
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979