MQT Bench - A MQT tool for Benchmarking Quantum Software Tools
Project description
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. 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/.
If you have any questions, feel free to create a discussion or an issue on GitHub.
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="ghz", level="alg", circuit_size=5)
# draw the circuit
print(qc_algorithmic_level.draw())
Detailed documentation and examples are available at ReadTheDocs.
Availability as a PennyLane Dataset
MQT Bench is also available as a PennyLane dataset.
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},
doi = {10.22331/q-2023-07-20-1062},
eprint = {2204.13719},
primaryclass = {quant-ph},
archiveprefix = {arxiv},
note = {{{MQT Bench}} is available at \url{https://www.cda.cit.tum.de/mqtbench/}},
}
Acknowledgements
This project received funding from the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation program (grant agreement No. 101001318), was part of the Munich Quantum Valley, which is supported by the Bavarian state government with funds from the Hightech Agenda Bayern Plus, and has been supported by the BMWK on the basis of a decision by the German Bundestag through project QuaST, as well as by the BMK, BMDW, and the State of Upper Austria in the frame of the COMET program (managed by the FFG).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mqt_bench-1.1.7.tar.gz
.
File metadata
- Download URL: mqt_bench-1.1.7.tar.gz
- Upload date:
- Size: 4.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 378a6af9180d55b29ecd99772ad1148f128bb27f35e3f7887c87852c339a11bb |
|
MD5 | 93079d2fdd63d9815fef3b535a9ba65b |
|
BLAKE2b-256 | 005e6d1bcc2b29bf97dff7a8e36881b726c46221ea20b6aa6142535002d127d5 |
File details
Details for the file mqt.bench-1.1.7-py3-none-any.whl
.
File metadata
- Download URL: mqt.bench-1.1.7-py3-none-any.whl
- Upload date:
- Size: 4.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5e9ade447852c5f2fbd57f22f5db6fb45ddd9c67c8b36cf10d123060962c2c6 |
|
MD5 | 012baf50d419eb79365f023f979bcd69 |
|
BLAKE2b-256 | c5558e7028d80d0c0962f1605fe8859d744092c664233e365db3a5b55e276ac2 |