CHROMA
lib
io
cern_io.h
Go to the documentation of this file.
1
/*! \file
2
* \brief CPPACS gauge format routines
3
*/
4
5
#ifndef __cern_io_h__
6
#define __cern_io_h__
7
8
#include "
chromabase.h
"
9
10
namespace
Chroma
{
11
12
13
//! CERN gauge field header
14
struct
CERNGauge_t
15
{
16
multi1d<int>
nrow
;
// Lattice size
17
double
plaq
;
// plaquette value
18
};
19
20
21
void
readCERN
(multi1d<LatticeColorMatrix>&,
const
std::string
& );
22
23
}
// end namespace Chroma
24
25
#endif
chromabase.h
Primary include file for CHROMA library code.
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::readCERN
void readCERN(multi1d< LatticeColorMatrix > &, const std::string &)
Definition:
readcern.cc:223
testing::internal::string
::std::string string
Definition:
gtest.h:1979
Chroma::CERNGauge_t
CERN gauge field header.
Definition:
cern_io.h:15
Chroma::CERNGauge_t::plaq
double plaq
Definition:
cern_io.h:17
Chroma::CERNGauge_t::nrow
multi1d< int > nrow
Definition:
cern_io.h:16
Generated by
1.9.1