CHROMA
|
Initialize a Schroedinger BC config. More...
#include "handle.h"
#include "util/gauge/sf_gauge_init.h"
#include "util/gauge/gauge_init_factory.h"
#include "util/gauge/gauge_init_aggregate.h"
#include "actions/gauge/gaugestates/gauge_createstate_factory.h"
#include "actions/gauge/gaugestates/gauge_createstate_aggregate.h"
#include "actions/gauge/gaugebcs/schroedinger_gaugebc.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::SFGaugeInitEnv | |
Hooks to register the class. | |
Functions | |
void | Chroma::read (XMLReader &xml, const std::string &path, SFGaugeInitEnv::Params ¶m) |
Reader. More... | |
void | Chroma::write (XMLWriter &xml, const std::string &path, const SFGaugeInitEnv::Params ¶m) |
Parameters for running code. More... | |
GaugeInit * | Chroma::SFGaugeInitEnv::createCfg (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
bool | Chroma::SFGaugeInitEnv::registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | Chroma::SFGaugeInitEnv::name = "CLASSICAL_SF" |
Name to be used. More... | |
static bool | Chroma::SFGaugeInitEnv::registered = false |
Local registration flag. More... | |
Initialize a Schroedinger BC config.
Definition in file sf_gauge_init.cc.