|
CHROMA
|
Read a KYU config. More...
#include "util/gauge/gauge_init_factory.h"#include "util/gauge/gauge_init_aggregate.h"#include "util/gauge/kyu_gauge_init.h"#include "io/kyugauge_io.h"Go to the source code of this file.
Namespaces | |
| Chroma | |
| Asqtad Staggered-Dirac operator. | |
| Chroma::KYUGaugeInitEnv | |
| Hooks to register the class. | |
Functions | |
| void | Chroma::read (XMLReader &xml, const std::string &path, KYUGaugeInitEnv::Params ¶m) |
| Reader. More... | |
| void | Chroma::write (XMLWriter &xml, const std::string &path, const KYUGaugeInitEnv::Params ¶m) |
| Parameters for running code. More... | |
| GaugeInit * | Chroma::KYUGaugeInitEnv::createSource (XMLReader &xml_in, const std::string &path) |
| Callback function. More... | |
| bool | Chroma::KYUGaugeInitEnv::registerAll () |
| Register all the factories. More... | |
Variables | |
| const std::string | Chroma::KYUGaugeInitEnv::name = "KYU" |
| Name to be used. More... | |
| static bool | Chroma::KYUGaugeInitEnv::registered = false |
| Local registration flag. More... | |
Read a KYU config.
Definition in file kyu_gauge_init.cc.