MQT Bench: Benchmarking Software and Design Automation Tools for Quantum Computing
MQT Bench is a quantum circuit benchmark suite with cross-level support, i.e., providing the same benchmark algorithms for different abstraction levels throughout the quantum computing software stack.
If you have any questions, feel free to create a discussion or an issue on GitHub.
MQT Bench is part of the Munich Quantum Toolkit (MQT) developed by the Chair for Design Automation at the Technical University of Munich and is hosted at https://www.cda.cit.tum.de/mqtbench/.
Getting Started
mqt-bench is available via PyPI.
(venv) $ pip install mqt.bench
The following code gives an example on the usage:
from mqt.bench import get_benchmark
# get a benchmark circuit on algorithmic level representing the GHZ state with 5 qubits
qc_algorithmic_level = get_benchmark(benchmark_name="dj", level="alg", circuit_size=5)
# draw the circuit
print(qc_algorithmic_level.draw())
Repository Structure
- src/mqt/: main source directory
- bench: Directory for the MQT Bench package
- bench/benchmarks: Directory for the benchmarks
- benchviewer: Directory for the webpage (which can be started locally and is also hosted at https://www.cda.cit.tum.de/mqtbench/)
- tests: Directory for the tests for MQT Bench
References:
In case you are using MQT Bench in your work, we would be thankful if you referred to it by citing the following publication:
@article{quetschlich2023mqtbench,
title={{{MQT Bench}}: {Benchmarking Software and Design Automation Tools for Quantum Computing}},
shorttitle = {{MQT Bench}},
journal = {{Quantum}},
author={Quetschlich, Nils and Burgholzer, Lukas and Wille, Robert},
year={2023},
note={{{MQT Bench}} is available at \url{https://www.cda.cit.tum.de/mqtbench/}},
}
Release files for mqt-bench 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mqt.bench-1.0.6.tar.gz | 4.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mqt.bench-1.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.7 MB
Release files / mqt.bench-1.0.6.tar.gz
| Download URL | mqt.bench-1.0.6.tar.gz |
|---|---|
| Size | 4.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d4efd65bd95370f3db8901972890c09b0b09b475e9e84c53ec187a14d2c9c377
|
|
BLAKE2b-256 checksum How to use checksums |
3494ed65884f5e62c743a293f6c66ab6ccad2c7517c784b1e83ce90b2f736a31
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / mqt.bench-1.0.6-py3-none-any.whl
| Download URL | mqt.bench-1.0.6-py3-none-any.whl |
|---|---|
| Size | 4.1 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1f44d5cdef03a778d5269771369a9a2b8f3fa24188b9ce4085476e852c0cd531
|
|
BLAKE2b-256 checksum How to use checksums |
40fd953b7290d31b8d04b484e177a99cb6e2776cbfd160d3fdc7f088c90743f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|