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.
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())
Detailed documentation and examples are available at ReadTheDocs.
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
Acknowledgements
The Munich Quantum Toolkit has been supported by the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation program (grant agreement No. 101001318), the Bavarian State Ministry for Science and Arts through the Distinguished Professorship Program, as well as the Munich Quantum Valley, which is supported by the Bavarian state government with funds from the Hightech Agenda Bayern Plus.
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.0.8.tar.gz
.
File metadata
- Download URL: mqt.bench-1.0.8.tar.gz
- Upload date:
- Size: 4.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a23e3a781ab7a917aa7f755c3b9855ee72f7307d719b974fb86b7d220b5e51c |
|
MD5 | 3eb42f54cd47aff7f2f856bb48c1c04b |
|
BLAKE2b-256 | 87eb1afa7a94f2c15102673f0a6e9181a80ef21b6d9e8fa4a89423a342695628 |
File details
Details for the file mqt.bench-1.0.8-py3-none-any.whl
.
File metadata
- Download URL: mqt.bench-1.0.8-py3-none-any.whl
- Upload date:
- Size: 4.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26e4968b1e47b8f325f6e90c227933226b05c0d65a345c12b10c718225a3b373 |
|
MD5 | f6ea3d2000a000d7a0f8223f8b3481df |
|
BLAKE2b-256 | f2a9ea3dbda00daf2d716f379dd43590728e90be8039da8d44b88f627a0bee28 |