|
Maestro 0.1.0
Unified interface for quantum circuit simulation
|
#include "../Distribution/Remapper.h"#include "../Scheduler/Scheduler.h"#include "../graph/Optimiser.h"#include "Controller.h"Go to the source code of this file.
Classes | |
| class | Network::SimpleController< Time > |
| The simple controller host implementation. More... | |
Namespaces | |
| namespace | Network |
Macros | |
| #define | _SIMPLE_CONTROLLER_H_ |
A simple network controller class.
Implements the controller interface trivially. The most important operations are to convert the circuit for distribution and to distribute it. This functionality is delegated to the circuit itself and to the remapper.
Definition in file SimpleController.h.
| #define _SIMPLE_CONTROLLER_H_ |
Definition at line 18 of file SimpleController.h.