|
15 | 15 |
|
16 | 16 | # MQT DDSIM - A quantum circuit simulator based on decision diagrams written in C++
|
17 | 17 |
|
18 |
| -A tool for classical quantum circuit simulation 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/). |
| 18 | +A tool for classical quantum circuit simulation developed as part of the [_Munich Quantum Toolkit_](https://mqt.readthedocs.io) (_MQT_) by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/). |
19 | 19 | It builds upon [MQT Core](https://github.com/cda-tum/mqt-core), which forms the backbone of the MQT.
|
20 | 20 |
|
21 | 21 | <p align="center">
|
@@ -74,4 +74,28 @@ DDSIM has been developed based on methods proposed in the following papers:
|
74 | 74 | - L. Burgholzer, A.Ploier, and R. Wille, "[Exploiting Arbitrary Paths for the Simulation of Quantum Circuits with Decision Diagrams](https://www.cda.cit.tum.de/files/eda/2022_date_exploiting_arbitrary_paths_simulation_quantum_circuits_decision_diagrams.pdf)," in Design, Automation and Test in Europe (DATE), 2022
|
75 | 75 | - T. Grurl, J. Fuß, and R. Wille, "[Noise-aware Quantum Circuit Simulation With Decision Diagrams](https://www.cda.cit.tum.de/files/eda/2022_tcad_noise-aware_quantum_circuit_simulation_with_decision_diagrams.pdf)," Transactions on CAD of Integrated Circuits and Systems (TCAD), 2022.
|
76 | 76 |
|
77 |
| -[^1]: The Munich Quantum Toolkit was formerly known under the acronym _JKQ_ and developed by the [Institute for Integrated Circuits](https://iic.jku.at/eda/) at the [Johannes Kepler University Linz](https://jku.at)). |
| 77 | +--- |
| 78 | + |
| 79 | +## Acknowledgements |
| 80 | + |
| 81 | +The Munich Quantum Toolkit has been supported by the European |
| 82 | +Research Council (ERC) under the European Union's Horizon 2020 research and innovation program (grant agreement |
| 83 | +No. 101001318), the Bavarian State Ministry for Science and Arts through the Distinguished Professorship Program, as well as the |
| 84 | +Munich Quantum Valley, which is supported by the Bavarian state government with funds from the Hightech Agenda Bayern Plus. |
| 85 | + |
| 86 | +<p align="center"> |
| 87 | +<picture> |
| 88 | +<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/tum_dark.svg" width="28%"> |
| 89 | +<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/tum_light.svg" width="28%"> |
| 90 | +</picture> |
| 91 | +<picture> |
| 92 | +<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/logo-bavaria.svg" width="16%"> |
| 93 | +</picture> |
| 94 | +<picture> |
| 95 | +<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/erc_dark.svg" width="24%"> |
| 96 | +<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/erc_light.svg" width="24%"> |
| 97 | +</picture> |
| 98 | +<picture> |
| 99 | +<img src="https://raw.githubusercontent.com/cda-tum/mqt-core/main/docs/_static/logo-mqv.svg" width="28%"> |
| 100 | +</picture> |
| 101 | +</p> |
0 commit comments