sys-sage
|
sys-sage's interface to IQM Q-Systems. More...
#include <fstream>
#include <iostream>
#include <nlohmann/json.hpp>
#include "Component.hpp"
#include "QuantumBackend.hpp"
#include "Qubit.hpp"
#include "CouplingMap.hpp"
Go to the source code of this file.
Classes | |
class | sys_sage::IQMParser |
Typedefs | |
using | json = nlohmann::json |
Functions | |
int | sys_sage::parseIQM (Component *parent, std::string dataSourcePath, int qcId, int tsForHistory=-1) |
int | sys_sage::parseIQM (QuantumBackend *parent, std::string dataSourcePath, int qcId, int tsForHistory=-1, bool createTopo=true) |
sys-sage's interface to IQM Q-Systems.