cda-tum / mqt-core

MQT Core - The Backbone of the Munich Quantum Toolkit
http://mqt.readthedocs.io/projects/core
MIT License
51 stars 27 forks source link

Make max. qubits independent from DD package #68

Closed burgholzer closed 1 year ago

burgholzer commented 2 years ago

At the moment, the maximum number of qubits for quantum circuits is limited by the maximum number allowed by the underlying decision diagram package (128 per default). This is an unnecessary restriction and can certainly be loosened. This should allow for more scalable usage of the QFR library when it is not used in conjunction with decision diagrams, e.g., for error correcting codes, compilation, stabilizer-based simulation of Clifford circuits.

burgholzer commented 1 year ago

Completed as of #244