MQT ProblemSolver provides a framework to utilize quantum computing as a technology for users with little to no quantum computing knowledge It is developed as part of the Munich Quantum Toolkit (MQT).
- Progress toward an automated framework for solving optimization and constraint satisfaction problems with minimal quantum expertise
- Hybrid classical–quantum approaches for domain-specific applications such as satellite mission planning
- Methods for reducing compilation time through pre-compilation and optimizing quantum circuits
- Equivalence checking of classical circuits with quantum computing
- Utilizing resource estimation for evaluating and optimizing hardware requirements regarding fault-tolerant quantum computing
If you have any questions, feel free to create a discussion or an issue on GitHub.
The Munich Quantum Toolkit (MQT) is developed by the Chair for Design Automation at the Technical University of Munich and supported by the Munich Quantum Software Company (MQSC). Among others, it is part of the Munich Quantum Software Stack (MQSS) ecosystem, which is being developed as part of the Munich Quantum Valley (MQV) initiative.
Thank you to all the contributors who have helped make MQT ProblemSolver a reality!
The MQT will remain free, open-source, and permissively licensed—now and in the future. We are firmly committed to keeping it open and actively maintained for the quantum computing community.
To support this endeavor, please consider:
- Starring and sharing our repositories: https://github.com/munich-quantum-toolkit
- Contributing code, documentation, tests, or examples via issues and pull requests
- Citing the MQT in your publications (see Cite This)
- Citing our research in your publications (see References)
- Using the MQT in research and teaching, and sharing feedback and use cases
- Sponsoring us on GitHub: https://github.com/sponsors/munich-quantum-toolkit
mqt.problemsolver
is available via PyPI.
(.venv) $ pip install mqt.problemsolver
Detailed documentation and examples are available at ReadTheDocs.
MQT ProblemSolver can be installed on all major operating systems with all supported Python versions. Building (and running) is continuously tested under Linux, macOS, and Windows using the latest available system versions for GitHub Actions.
Please cite the work that best fits your use case.
When citing the software itself or results produced with it, cite the MQT ProblemSolver paper:
@inproceedings{quetschlich2023mqtproblemsolver,
title = {{Towards an Automated Framework for Realizing Quantum Computing Solutions}},
author = {Quetschlich, Nils and Burgholzer, Lukas and Wille, Robert},
year = 2023,
booktitle = {International Symposium on Multiple-Valued Logic (ISMVL)},
eprint = {2210.14928},
eprinttype = {arXiv}
}
When discussing the overall MQT project or its ecosystem, cite the MQT Handbook:
@inproceedings{mqt,
title = {The {{MQT}} Handbook: {{A}} Summary of Design Automation Tools and Software for Quantum Computing},
shorttitle = {{The MQT Handbook}},
author = {Wille, Robert and Berent, Lucas and Forster, Tobias and Kunasaikaran, Jagatheesan and Mato, Kevin and Peham, Tom and Quetschlich, Nils and Rovara, Damian and Sander, Aaron and Schmid, Ludwig and Schoenberger, Daniel and Stade, Yannick and Burgholzer, Lukas},
year = 2024,
booktitle = {IEEE International Conference on Quantum Software (QSW)},
doi = {10.1109/QSW62656.2024.00013},
eprint = {2405.17543},
eprinttype = {arxiv},
addendum = {A live version of this document is available at \url{https://mqt.readthedocs.io}}
}
When citing the underlying methods and research, please reference the most relevant peer-reviewed publications from the list below:
[1] N. Quetschlich and L. Burgholzer and R. Wille. Towards an Automated Framework for Realizing Quantum Computing Solutions. International Symposium on Multiple-Valued Logic (ISMVL), 2023.
[2] N. Quetschlich, V. Koch, L. Burgholzer, and R. Wille. A Hybrid Classical Quantum Computing Approach to the Satellite Mission Planning Problem. IEEE International Conference on Quantum Computing and Engineering (QCE), 2023.
[3] N. Quetschlich, L. Burgholzer, and R. Wille. Reducing the Compilation Time of Quantum Circuits Using Pre-Compilation on the Gate Level. IEEE International Conference on Quantum Computing and Engineering (QCE), 2023.
[4] N. Quetschlich, M. Soeken, P. Murali, and R. Wille. Reducing the Compilation Time of Quantum Circuits Using Pre-Compilation on the Gate Level. IEEE International Conference on Quantum Computing and Engineering (QCE), 2024.
[5] N. Quetschlich, T. Forster, A. Osterwind, D. Helms, and R. Wille. Towards Equivalence Checking of Classical Circuits Using Quantum Computing. IEEE International Conference on Quantum Computing and Engineering (QCE), 2024.
[6] T. Forster, N. Quetschlich, M. Soeken, and R. Wille. Improving Hardware Requirements for Fault-Tolerant Quantum Computing by Optimizing Error Budget Distributions. IEEE International Conference on Quantum Computing and Engineering (QCE), 2025.
[7] T. Forster, N. Quetschlich, and R. Wille. Quantum Circuit Optimization for the Fault-Tolerance Era: Do We Have to Start from Scratch? IEEE International Conference on Quantum Computing and Engineering (QCE), 2025.
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.