|
Maestro 0.1.0
Unified interface for quantum circuit simulation
|
#include <boost/container_hash/hash.hpp>#include <memory>#include <unordered_set>#include <vector>#include "../Circuit/Circuit.h"#include "../Simulators/Factory.h"#include "Controller.h"Go to the source code of this file.
Classes | |
| class | Network::INetwork< Time > |
| The network interface. More... | |
Namespaces | |
| namespace | Network |
Macros | |
| #define | _NETWORK_INTERFACE_H_ |
Enumerations | |
| enum class | Network::NetworkType { Network::kSimpleDisconnectedNetwork , Network::kSimpleNetwork , Network::kSimpleDESNetwork , Network::kNetqasmNetwork , Network::kNetqasmDESNetwork } |
| The type of the network. More... | |
The network interface.
Must be derived from by the particular network implementations.
Definition in file Network.h.