CHROMA
follana_io_s.h
Go to the documentation of this file.
1 /*
2  * Routines associated with simple propagator IO
3  */
4 
5 /*
6  * First the simple propagator header
7  */
8 
9 #ifndef __follana_io_h__
10 #define __follana_io_h__
11 
12 namespace Chroma {
13 
14 /*
15  * Routines for reading and writing propagator
16  */
17 
18 void readQpropFollana(char file[], LatticePropagator& quark_prop, bool swap);
19 
20 } // end namespace Chroma
21 
22 #endif
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
void readQpropFollana(char file[], LatticePropagator &quark_prop, bool swap)
Definition: follana_io_s.cc:16