Parsing JSON input script.
More...
#include <InputScriptParser.hpp>
Parsing JSON input script.
◆ Parse()
static void InputScriptParser::Parse |
( |
std::string |
filename, |
|
|
QuantumSystem & |
quantumSystem |
|
) |
| |
|
inlinestatic |
parse JSON file into QuantumSystem object
- Parameters
-
filename | JSON file filename |
quantumSystem | |
◆ ParseMap()
template<class T >
static void InputScriptParser::ParseMap |
( |
json & |
jsonMap, |
|
|
T & |
map |
|
) |
| |
|
inlinestaticprivate |
unpacking json into map
- Template Parameters
-
- Parameters
-
◆ ParseSolverOptions()
static void InputScriptParser::ParseSolverOptions |
( |
json & |
solverOptions | ) |
|
|
inlinestaticprivate |
Parsing Solver options (TODO move to separate class)
- Parameters
-
The documentation for this class was generated from the following file: