|
Maestro 0.2.5
Unified interface for quantum circuit simulation
|
#include <algorithm>#include <deque>#include <random>#include <Eigen/Eigen>#include <unsupported/Eigen/CXX11/Tensor>#include "QuantumGate.h"#include "MPSSimulatorInterface.h"
Include dependency graph for MPSDummySimulator.h:Go to the source code of this file.
Classes | |
| class | Simulators::MPSDummySimulator |
Namespaces | |
| namespace | Simulators |
Macros | |
| #define | _MPSDUMMYSIMULATOR_H_ |
The MPS dummy simulator class.
The purpose of this class is to be able to follow the internal mapping of the qubits and the operations that are applied to them, without actually simulating anything. The swapping cost of the MPS simulator is not important, this will be used to evaluate it.
Definition in file MPSDummySimulator.h.
| #define _MPSDUMMYSIMULATOR_H_ |
Definition at line 19 of file MPSDummySimulator.h.