|
Majoranapp
A C++ library for studying MZM in non-interacting systems
|
#include <map>#include <string>#include <fstream>#include <nlohmann/json.hpp>#include "../Misc.hpp"#include "../QuantumSystem.hpp"#include "../QuantumSystem/Parameters.hpp"#include "../QuantumSystem/Dimensions.hpp"#include "../Solver.hpp"#include "ModelSelector.hpp"#include "ConnectionsParser.hpp"

Go to the source code of this file.
Classes | |
| class | InputScriptParser |
| Parsing JSON input script. More... | |
Typedefs | |
| using | json = nlohmann::json |
| using json = nlohmann::json |