Skip to main content

MQT Predictor - A MQT tool for Determining Good Quantum Circuit Compilation Options

Project description

PyPI OS License: MIT CI CD Documentation codecov

MQT Predictor: Automatic Device Selection with Device-Specific Circuit Compilation for Quantum Computing

MQT Predictor is a framework that allows one to automatically select a suitable quantum device for a particular application and provides an optimized compiler for the selected device. It not only supports end-users in navigating the vast landscape of choices, it also allows to mix-and-match compiler passes from various tools to create optimized compilers that transcend the individual tools. Evaluations on more than 500 quantum circuits and seven devices have shown that—compared to Qiskit's and TKET's most optimized compilation flows—the MQT Predictor yields circuits with an expected fidelity that is on par with the best possible result that could be achieved by trying out all combinations of devices and compilers and even achieves a similar performance when considering the critical depth as an alternative figure of merit.

Therefore, MQT Predictor tackles this problem from two angles:

  1. It provides a method (based on Reinforcement Learning) that produces device-specific quantum circuit compilers by combining compilation passes from various compiler tools and learning optimized sequences of those passes with respect to a customizable figure of merit). This mix-and-match of compiler passes from various tools allows one to eliminate vendor locks and to create optimized compilers that transcend the individual tools.

  2. It provides a prediction method (based on Supervised Machine Learning) that, without performing any compilation, automatically predicts the most suitable device for a given application. This completely eliminates the manual and laborious task of determining a suitable target device and guides end-users through the vast landscape of choices without the need for quantum computing expertise.

For more details, please refer to:

Documentation

MQT Predictor is part of the Munich Quantum Toolkit (MQT) developed by the Chair for Design Automation at the Technical University of Munich.

If you have any questions, feel free to create a discussion or an issue on GitHub.

Getting Started

mqt-predictor is available via PyPI.

(venv) $ pip install mqt.predictor

The following code gives an example on the usage:

from mqt.predictor import qcompile
from mqt.bench import get_benchmark

# get a benchmark circuit on algorithmic level representing the GHZ state with 5 qubits from [MQT Bench](https://github.com/cda-tum/mqt-bench)
qc_uncompiled = get_benchmark(benchmark_name="ghz", level="alg", circuit_size=5)

# compile it using the MQT Predictor
qc_compiled, compilation_information, quantum_device = qcompile(
    qc_uncompiled, devices="all", figure_of_merit="expected_fidelity"
)

# print the selected device and the compilation information
print(quantum_device, compilation_information)

# draw the compiled circuit
print(qc_compiled.draw())

[!NOTE] To execute the code, respective machine learning models must be trained before. Up until mqt.predictor v2.0.0, pre-trained models were provided. However, this is not feasible anymore due to the increasing number of devices and figures of merits. Instead, we now provide a detailed documentation on how to train and setup the MQT Predictor framework.**

Further documentation and examples are available at ReadTheDocs.

References

In case you are using MQT Predictor in your work, we would be thankful if you referred to it by citing the following publication:

@ARTICLE{quetschlich2024mqtpredictor,
    AUTHOR      = {N. Quetschlich and L. Burgholzer and R. Wille},
    TITLE       = {{MQT Predictor: Automatic Device Selection with Device-Specific Circuit Compilation for Quantum Computing}},
    YEAR        = {2024},
    JOURNAL     = {ACM Transactions on Quantum Computing (TQC)},
    DOI         = {10.1145/3673241},
    EPRINT      = {2310.06889},
    EPRINTTYPE  = {arxiv},
}

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, the State of Upper Austria in the frame of the COMET program, and the QuantumReady project within Quantum Austria (managed by the FFG).

TUM Logo Coat of Arms of Bavaria ERC Logo MQV Logo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mqt_predictor-2.2.0.tar.gz (2.5 MB view details)

Uploaded Source

Built Distribution

mqt.predictor-2.2.0-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file mqt_predictor-2.2.0.tar.gz.

File metadata

  • Download URL: mqt_predictor-2.2.0.tar.gz
  • Upload date:
  • Size: 2.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for mqt_predictor-2.2.0.tar.gz
Algorithm Hash digest
SHA256 d9bd0a30cdec977eae3055831ce8886ef4505b4678f3f22c8b0966e21f3ec297
MD5 92c618c50249a38f8e073427fe804680
BLAKE2b-256 d1d01f6f2ee37f18dcecb59fd187c9d6550e0e5683629156a55ee9a094fd98f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt_predictor-2.2.0.tar.gz:

Publisher: cd.yml on cda-tum/mqt-predictor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqt.predictor-2.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mqt.predictor-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 555936cfbe70106654a5ee19b720bbbbba2fc1c47a06cb9341054c37a559ebf4
MD5 3f79ee735b29671fed7152b98e20d367
BLAKE2b-256 3c84b7cf2763869f7d7351e9ffe8e2dbfc25dcfdb3d68d449aa8c4a57deb6332

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqt.predictor-2.2.0-py3-none-any.whl:

Publisher: cd.yml on cda-tum/mqt-predictor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page