|
CHROMA
|
Enum for what spin components of a quark prop to compute. More...
#include "chromabase.h"#include <string>#include "singleton.h"#include "io/enum_io/enum_type_map.h"Go to the source code of this file.
Namespaces | |
| Chroma | |
| Asqtad Staggered-Dirac operator. | |
| Chroma::QuarkSpinTypeEnv | |
| Quark spin type env. | |
Functions | |
| bool | Chroma::QuarkSpinTypeEnv::registerAll (void) |
| enum | Chroma::QuarkSpinType { Chroma::QUARK_SPIN_TYPE_FULL , Chroma::QUARK_SPIN_TYPE_UPPER , Chroma::QUARK_SPIN_TYPE_LOWER } |
| Quark spin type. More... | |
| typedef SingletonHolder< EnumTypeMap< QuarkSpinType > > | Chroma::theQuarkSpinTypeMap |
| A singleton to hold the typemap. More... | |
| void | Chroma::read (XMLReader &xml_in, const std::string &path, QuarkSpinType &t) |
| Read a quark spin type enum. More... | |
| void | Chroma::write (XMLWriter &xml_out, const std::string &path, const QuarkSpinType &t) |
| Write a quark spin type enum. More... | |
Enum for what spin components of a quark prop to compute.
Definition in file enum_quarkspintype_io.h.