CHROMA
kyuqprop_io.h
Go to the documentation of this file.
1 /*! \file
2  * \brief Read/write a KYU propagator
3  */
4 
5 #ifndef __kyuqprop_io_h__
6 #define __kyuqprop_io_h__
7 
8 namespace Chroma {
9 
10 //! Read a KYU propagator file
11 /*!
12  * \ingroup io
13  *
14  * \param q propagator ( Read )
15  * \param file path ( Read )
16  */
17 void readKYUQprop(LatticePropagator& q, const std::string& file);
18 
19 } // end namespace Chroma
20 
21 #endif
void readKYUQprop(LatticePropagator &q, const std::string &file)
Read a Kentucky quark propagator.
Definition: kyuqprop_io.cc:22
Double q
Definition: mesq.cc:17
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979