CHROMA
enum_io.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Enums
5  *
6  * Enums used throughout the code.
7  */
8 
9 /*! \defgroup enums Enums
10  * \ingroup io
11  *
12  * Enums used throughout the code and their initialization
13  * via std::maps. This is used for IO.
14  */
15 
16 #ifndef enum_io_h
17 #define enum_io_h
18 
19 #include "enum_type_map.h"
20 
21 #include "enum_cfgtype_io.h"
22 #include "enum_coeffs_io.h"
23 #include "enum_proptype_io.h"
24 #include "enum_eigenvectype_io.h"
25 #include "enum_fermtype_io.h"
26 #include "enum_simplebctype_io.h"
27 #include "enum_gaugeacttype_io.h"
28 #include "enum_qdpvolfmt_io.h"
29 #include "enum_wavetype_io.h"
30 #include "enum_heatbathtype_io.h"
33 #include "enum_quarkspintype_io.h"
34 
35 #endif
CfgType enum.
Coeffs enum.
Eigenstd::vector type enum.
FermType enum.
Gauge action enum.
Inner solver enum.
MD integrator enum.
PropType enum.
QDP volfmt enum.
Enum for what spin components of a quark prop to compute.
Simple BC type enum.
Enum std::map.
Wavetype enum.