|
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"
Include dependency graph for SimpleController.h:
This graph shows which files directly or indirectly include this file: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.