|
1 | 1 | [](https://pypi.org/project/mqt.qmap/) |
2 | 2 |  |
3 | 3 | [](https://opensource.org/licenses/MIT) |
4 | | -[](https://github.com/cda-tum/qmap/actions/workflows/ci.yml) |
5 | | -[](https://github.com/cda-tum/qmap/actions/workflows/python-ci.yml) |
6 | | -[](https://github.com/cda-tum/qmap/actions/workflows/deploy.yml) |
7 | | -[](https://mqtqmap.readthedocs.io/en/latest/) |
8 | | -[](https://codecov.io/gh/cda-tum/qmap) |
| 4 | +[](https://github.com/cda-tum/mqt-qmap/actions/workflows/ci.yml) |
| 5 | +[](https://github.com/cda-tum/mqt-qmap/actions/workflows/python-ci.yml) |
| 6 | +[](https://github.com/cda-tum/mqt-qmap/actions/workflows/deploy.yml) |
| 7 | +[](https://mqt.readthedocs.io/projects/qmap) |
| 8 | +[](https://codecov.io/gh/cda-tum/mqt-qmap) |
9 | 9 |
|
10 | 10 | <p align="center"> |
11 | 11 | <picture> |
12 | | - <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/qmap/main/docs/source/_static/mqt_light.png" width="60%"> |
13 | | - <img src="https://raw.githubusercontent.com/cda-tum/qmap/main/docs/source/_static/mqt_dark.png" width="60%"> |
| 12 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt-qmap/main/docs/source/_static/mqt_light.png" width="60%"> |
| 13 | + <img src="https://raw.githubusercontent.com/cda-tum/mqt-qmap/main/docs/source/_static/mqt_dark.png" width="60%"> |
14 | 14 | </picture> |
15 | 15 | </p> |
16 | 16 |
|
17 | 17 | # MQT QMAP - A tool for Quantum Circuit Compilation |
18 | 18 |
|
19 | | -A tool for quantum circuit compilation developed as part of the _Munich Quantum Toolkit_ (_MQT_)[^1] by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/). |
20 | | -It builds upon [our quantum functionality representation (QFR)](https://github.com/cda-tum/qfr). |
| 19 | +A tool for quantum circuit compilation developed as part of the [_Munich Quantum Toolkit_](https://mqt.readthedocs.io) (_MQT_)[^1] by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/). |
| 20 | +It builds upon [MQT Core](https://github.com/cda-tum/mqt-core), which forms the backbone of the MQT. |
21 | 21 |
|
22 | 22 | <p align="center"> |
23 | | - <a href="https://mqtqmap.readthedocs.io/en/latest/"> |
| 23 | + <a href="https://mqt.readthedocs.io/projects/qmap"> |
24 | 24 | <img width=30% src="https://img.shields.io/badge/documentation-blue?style=for-the-badge&logo=read%20the%20docs" alt="Documentation" /> |
25 | 25 | </a> |
26 | 26 | </p> |
27 | 27 |
|
28 | | -If you have any questions, feel free to contact us via [quantum.cda@xcit.tum.de](mailto:quantum.cda@xcit.tum.de) or by creating an issue on [GitHub](https://github.com/cda-tum/qmap/issues). |
| 28 | +If you have any questions, feel free to contact us via [quantum.cda@xcit.tum.de](mailto:quantum.cda@xcit.tum.de) or by creating an issue on [GitHub](https://github.com/cda-tum/mqt-qmap/issues). |
29 | 29 |
|
30 | 30 | ## Getting Started |
31 | 31 |
|
@@ -71,12 +71,12 @@ circ.h(1) |
71 | 71 | circ_opt, results = qmap.optimize_clifford(circ) |
72 | 72 | ``` |
73 | 73 |
|
74 | | -**Detailed documentation on all available methods, options, and input formats is available at [ReadTheDocs](https://mqtqmap.readthedocs.io/en/latest/).** |
| 74 | +**Detailed documentation on all available methods, options, and input formats is available at [ReadTheDocs](https://mqt.readthedocs.io/projects/qmap).** |
75 | 75 |
|
76 | 76 | ## System Requirements and Building |
77 | 77 |
|
78 | 78 | The implementation is compatible with any C++17 compiler, a minimum CMake version of 3.19, and Python 3.8+. |
79 | | -Please refer to the [documentation](https://mqtqmap.readthedocs.io/en/latest/) on how to build the project. |
| 79 | +Please refer to the [documentation](https://mqt.readthedocs.io/projects/qmap) on how to build the project. |
80 | 80 |
|
81 | 81 | Building (and running) is continuously tested under Linux, macOS, and Windows using the [latest available system versions for GitHub Actions](https://github.com/actions/virtual-environments). |
82 | 82 |
|
|
0 commit comments