CHROMA
gauge_startup.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Initialize the gauge fields
4  */
5 
6 #ifndef GAUGE_STARTUP_H
7 #define GAUGE_STARTUP_H
8 
9 #include "io/cfgtype_io.h"
10 
11 namespace Chroma {
12 
13  //! Initialize the gauge fields
14  /*!
15  * \ingroup gauge
16  *
17  * \param gauge_file_xml File xml
18  * \param gauge_xml Record xml
19  * \param u Gauge fields
20  * \param cfg Configuration structure
21  */
22  void gaugeStartup(XMLReader& gauge_file_xml,
23  XMLReader& gauge_xml,
24  multi1d<LatticeColorMatrix>& u,
25  Cfg_t& cfg);
26 
27 } // end namespace Chroma
28 
29 #endif
Configuration structure IO.
void gaugeStartup(XMLReader &gauge_file_xml, XMLReader &gauge_xml, multi1d< LatticeColorMatrix > &u, Cfg_t &cfg)
Initialize the gauge fields.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u