sys-sage
Loading...
Searching...
No Matches
sys-sage.hpp
1#ifndef SYS_SAGE
2#define SYS_SAGE
3
4//includes all other headers
5#include "Topology.hpp"
6#include "Component.hpp"
7#include "Thread.hpp"
8#include "Core.hpp"
9#include "Cache.hpp"
10#include "Subdivision.hpp"
11#include "Numa.hpp"
12#include "Chip.hpp"
13#include "Memory.hpp"
14#include "Storage.hpp"
15#include "Node.hpp"
16#include "QuantumBackend.hpp"
17#include "Qubit.hpp"
18#include "AtomSite.hpp"
19#include "Relation.hpp"
20#include "DataPath.hpp"
21#include "QuantumGate.hpp"
22#include "CouplingMap.hpp"
23#include "xml_dump.hpp"
24#include "xml_load.hpp"
25#include "parsers/hwloc.hpp"
26#include "parsers/caps-numa-benchmark.hpp"
27#include "parsers/mt4g.hpp"
28#include "parsers/cccbench.hpp"
31#endif //SYS_SAGE
Defines the Relation class for modeling connections between components in system topologies.
sys-sage's interface to IQM Q-Systems.
sys-sage's interface to QDMI.