CHROMA
readwupp.h
Go to the documentation of this file.
1 /*! \file
2  * \brief Read in a configuration written by Wupp up to configuration version 7.
3  */
4 
5 #ifndef __readwupp_h__
6 #define __readwupp_h__
7 
8 namespace Chroma {
9 
10 //! Read an expanded BMW configuration file
11 /*!
12  *
13  *
14  * \param xml xml reader holding config info ( Modify )
15  * \param u gauge configuration ( Modify )
16  * \param cfg_file path ( Read )
17  */
18 
19 void readWupp(XMLReader& xml, multi1d<LatticeColorMatrix>& u, const std::string& cfg_file);
20 
21 //! Read a WUPP configuration file
22 /*!
23  * \ingroup io
24  * !!!!!!!!INCORRECT, CHANGE!!!!!!!!!
25  * Gauge field layout is (fortran ordering)
26  * u(real/imag,color_row,color_col,site,cb,Nd)
27  * = u(2,Nc,Nc,VOL_CB,2,4)
28  *
29  *
30  * \param header structure holding config info ( Modify )
31  * \param u gauge configuration ( Modify )
32  * \param cfg_file path ( Read )
33  */
34 
35 
36 } // end namespace Chroma
37 
38 #endif
void readWupp(multi1d< LatticeColorMatrix > &u, const std::string &cfg_file)
Read a WUPP configuration file.
Definition: readwupp.cc:27
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u
::std::string string
Definition: gtest.h:1979