Maestro 0.2.11
Unified interface for quantum circuit simulation
Loading...
Searching...
No Matches
MPSDummySimulator.h File Reference
#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:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Simulators::MPSDummySimulator

Namespaces

namespace  Simulators

Macros

#define _MPSDUMMYSIMULATOR_H_

Detailed Description

Version
1.0

DESCRIPTION

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.

Macro Definition Documentation

◆ _MPSDUMMYSIMULATOR_H_

#define _MPSDUMMYSIMULATOR_H_

Definition at line 19 of file MPSDummySimulator.h.