Maestro 0.1.0
Unified interface for quantum circuit simulation
Loading...
Searching...
No Matches
Network.h File Reference
#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...

Detailed Description

Version
1.0

DESCRIPTION

The network interface.

Must be derived from by the particular network implementations.

Definition in file Network.h.

Macro Definition Documentation

◆ _NETWORK_INTERFACE_H_

#define _NETWORK_INTERFACE_H_

Definition at line 15 of file Network.h.