Skip to content

Commit bbf0ac4

Browse files
committed
docs: 📝 add citations to readme
1 parent 3f14902 commit bbf0ac4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,5 @@ wheelhouse/
182182
app/code/*.qasm
183183

184184
.python-version
185+
186+
.quick-commit-config.yaml

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,13 @@ Building (and running) is continuously tested under Linux, macOS, and Windows us
6060

6161
## References
6262

63-
MQT Debugger has been developed based on methods proposed in a scientific paper that has not been released yet.
63+
MQT Debugger has been developed based on methods proposed in the following papers:
64+
65+
[![a](https://img.shields.io/static/v1?label=arXiv&message=2412.12269&color=inactive&style=flat-square)](https://arxiv.org/abs/2412.12269)
66+
D. Rovara, L. Burgholzer, and R. Wille, "[A Framework for Debugging Quantum Programs](https://arxiv.org/abs/2412.12269)," arXiv, 2024
67+
68+
[![a](https://img.shields.io/static/v1?label=arXiv&message=2412.14252&color=inactive&style=flat-square)](https://arxiv.org/abs/2412.14252)
69+
D. Rovara, L. Burgholzer, and R. Wille, "[Automatically Refining Assertions for Efficient Debugging of Quantum Programs](https://arxiv.org/abs/2412.14252)," arXiv, 2024
6470

6571
## Acknowledgements
6672

0 commit comments

Comments
 (0)