Skip to content

Commit 070dae6

Browse files
committed
docs: 📝 add assertion compilation arxiv reference
1 parent 33a5ad9 commit 070dae6

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ D. Rovara, L. Burgholzer, and R. Wille, "[A Framework for Debugging Quantum Prog
6868
[![a](https://img.shields.io/static/v1?label=arXiv&message=2412.14252&color=inactive&style=flat-square)](https://arxiv.org/abs/2412.14252)
6969
D. Rovara, L. Burgholzer, and R. Wille, "[Automatically Refining Assertions for Efficient Debugging of Quantum Programs](https://arxiv.org/abs/2412.14252)," arXiv, 2024
7070

71+
[![a](https://img.shields.io/static/v1?label=arXiv&message=2505.03885&color=inactive&style=flat-square)](https://arxiv.org/abs/2505.03885)
72+
D. Rovara, L. Burgholzer, and R. Wille, "[A Framework for the Efficient Evaluation of Runtime Assertions on Quantum Computers
73+
](https://arxiv.org/abs/2505.03885)," arXiv, 2025
74+
7175
## Acknowledgements
7276

7377
The Munich Quantum Toolkit has been supported by the European

docs/Publications.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ If you use *MQT Debugger* in your work, we would appreciate if you cited: :cite:
1212
Furthermore, if you use any of the particular algorithms such as
1313

1414
- diagnostics and error cause analysis :cite:labelpar:`rovara2024debugging`
15-
- assertion refinembent (moving or creating assertions) :cite:labelpar:`rovara2024assertionrefinement`
15+
- assertion refinement (moving or creating assertions) :cite:labelpar:`rovara2024assertionrefinement`
16+
- runtime verification on real quantum devices :cite:labelpar:`rovara2025runtimeverification`
1617

1718
please consider citing their respective papers as well. A full list of related papers is given below.
1819

docs/RuntimeVerification.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ After running the program and collecting measurement outcomes, the results can b
77

88
Translating assertion programs into executable slices is done by the :cpp:member:`SimulationState::compile <SimulationStateStruct::compile>` method.
99
However, python bindings and a full python framework are available to automate this process. The remainder of this document will focus on the python framework and its usage.
10-
The functionalities of this framework devised as part of a scientific paper that is currently under review.
11-
12-
.. For further information, please refer to :cite:labelpar:`rovara2025runtimeverification`.
10+
For further information, please refer to :cite:labelpar:`rovara2025runtimeverification`.
1311

1412
Run Preparation
1513
###############

docs/refs.bib

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ @MISC{rovara2024assertionrefinement
1313
EPRINT = {2412.14252},
1414
EPRINTTYPE = {arxiv},
1515
}
16+
17+
@MISC{rovara2025runtimeverification,
18+
AUTHOR = {Damian Rovara and Lukas Burgholzer and Robert Wille},
19+
TITLE = {A Framework for the Efficient Evaluation of Runtime Assertions on Quantum Computers},
20+
YEAR = {2025},
21+
EPRINT = {2505.03885},
22+
EPRINTTYPE = {arxiv},
23+
}

0 commit comments

Comments
 (0)