CHROMA
|
Gauge initialization. More...
#include <cppacs_gauge_init.h>
Public Member Functions | |
GaugeIniter (const Params &p) | |
Full constructor. More... | |
void | operator() (XMLReader &gauge_file_xml, XMLReader &gauge_xml, multi1d< LatticeColorMatrix > &u) const |
Initialize the gauge field. More... | |
Public Member Functions inherited from Chroma::GaugeInit | |
virtual | ~GaugeInit () |
Virtual destructor to help with cleanup;. More... | |
Private Member Functions | |
GaugeIniter () | |
Hide partial constructor. More... | |
Private Attributes | |
Params | params |
|
inline |
Full constructor.
Definition at line 43 of file cppacs_gauge_init.h.
|
inlineprivate |
Hide partial constructor.
Definition at line 52 of file cppacs_gauge_init.h.
|
virtual |
Initialize the gauge field.
Implements Chroma::GaugeInit.
Definition at line 81 of file cppacs_gauge_init.cc.
References Chroma::CPPACSGaugeInitEnv::Params::cfg_file, Nd, params, Chroma::readCPPACS(), and Chroma::u.
|
private |
Definition at line 55 of file cppacs_gauge_init.h.
Referenced by operator()().