|
1 | 1 | <p align="center">
|
2 |
| - <picture> |
3 |
| - <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/mqt_light.png" width="60%"> |
4 |
| - <img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/mqt_dark.png" width="60%"> |
5 |
| - </picture> |
| 2 | + <a href="https://mqt.readthedocs.io"> |
| 3 | + <picture> |
| 4 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt/main/docs/_static/mqt_light.png" width="60%"> |
| 5 | + <img src="https://raw.githubusercontent.com/cda-tum/mqt/main/docs/_static/mqt_dark.png" width="60%"> |
| 6 | + </picture> |
| 7 | + </a> |
6 | 8 | </p>
|
7 | 9 |
|
8 | 10 | # MQT as a Service @ PlanQK
|
9 | 11 |
|
10 |
| -This repository contains services for the [PlanQK Platform](https://platform.planqk.de) based on the [Munich Quantum Toolkit](https://mqt.readthedocs.io/) that is developed by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/). |
| 12 | +This repository contains services for the [PlanQK Platform](https://platform.planqk.de) based on the [_Munich Quantum Toolkit (MQT)_](https://mqt.readthedocs.io/) that is developed by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/). |
11 | 13 | Currently, the following services are available:
|
12 | 14 |
|
13 | 15 | - [MQT DDSIM](https://github.com/cda-tum/mqt-ddsim): A Tool for Classical Quantum Circuit Simulation based on Decision Diagrams.
|
@@ -84,3 +86,29 @@ docker run -it \
|
84 | 86 | If the service executed successfully, you should see something like `Job:ResulsResponse:` followed by the output you defined for your service.
|
85 | 87 | Otherwise, if you see `Job:ErrorResponse`: Bad news, something went wrong.
|
86 | 88 | However, the details of the response hopefully give you a clue what the problem was.
|
| 89 | + |
| 90 | +--- |
| 91 | + |
| 92 | +## Acknowledgements |
| 93 | + |
| 94 | +The Munich Quantum Toolkit has been supported by the European |
| 95 | +Research Council (ERC) under the European Union's Horizon 2020 research and innovation program (grant agreement |
| 96 | +No. 101001318), the Bavarian State Ministry for Science and Arts through the Distinguished Professorship Program, as well as the |
| 97 | +Munich Quantum Valley, which is supported by the Bavarian state government with funds from the Hightech Agenda Bayern Plus. |
| 98 | + |
| 99 | +<p align="center"> |
| 100 | +<picture> |
| 101 | +<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt/main/docs/_static/tum_dark.svg" width="28%"> |
| 102 | +<img src="https://raw.githubusercontent.com/cda-tum/mqt/main/docs/_static/tum_light.svg" width="28%"> |
| 103 | +</picture> |
| 104 | +<picture> |
| 105 | +<img src="https://raw.githubusercontent.com/cda-tum/mqt/main/docs/_static/logo-bavaria.svg" width="16%"> |
| 106 | +</picture> |
| 107 | +<picture> |
| 108 | +<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt/main/docs/_static/erc_dark.svg" width="24%"> |
| 109 | +<img src="https://raw.githubusercontent.com/cda-tum/mqt/main/docs/_static/erc_light.svg" width="24%"> |
| 110 | +</picture> |
| 111 | +<picture> |
| 112 | +<img src="https://raw.githubusercontent.com/cda-tum/mqt/main/docs/_static/logo-mqv.svg" width="28%"> |
| 113 | +</picture> |
| 114 | +</p> |
0 commit comments