sys-sage
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
iqm-parser.hpp File Reference

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)
 

Detailed Description

sys-sage's interface to IQM Q-Systems.