60 const char* getOutDir() {
return m_outDir; }
61 std::array<int, 4>& getSize() {
return m_size; }
62 std::vector<double>& getObsValues() {
return m_obsValues; }
63 std::vector<Observable*>& getObs() {
return m_obs; }
70 std::vector<Observable*> m_obs;
71 std::vector<double> m_obsValues;
72 std::vector<std::string> m_inputConfList;
73 std::array<int, 4> m_size;
void execute()
Executes the App code. Perform initialization of subclasses and start the reading of the configuratio...
Class that represents the QCD field as an array of 4 SU3 lattices.
Implementation of the GaugeFieldReader App class.
void initGFR()
Initializes the GluonField based on the size, and the observables.
void navigateConf()
reads input link positions then prints information about it
Contains the definition of the App prototype.
Prototype for the Observable class group.
Prototype for the App class group.