CHROMA
writeszinqprop_w.h
Go to the documentation of this file.
1 
2 #ifndef __writeszinqprop_h__
3 #define __writeszinqprop_h__
4 
5 /*! \file
6  * \brief Write out a SZIN propagator
7  */
8 
9 namespace Chroma {
10 
11 
12 //! Write a SZIN propagator file. This is a simple memory dump writer.
13 /*!
14  * \ingroup io
15  *
16  * \param q propagator ( Read )
17  * \param file path ( Read )
18  * \param kappa kappa value (Read)
19  */
20 
21 void writeSzinQprop(const LatticePropagator& q, const std::string& file,
22  const Real& kappa);
23 
24 } // end namespace Chroma
25 
26 #endif
void writeSzinQprop(const LatticePropagator &q, const std::string &file, const Real kappa)
Write a SZIN propagator file. This is a simple memory dump writer.
Double q
Definition: mesq.cc:17
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979
int kappa
Definition: pade_trln_w.cc:112