Skip to content

Commit 3517703

Browse files
authored
📝 Update mqt-cc reference (#1773)
## Description This PR updates the `mqt-cc` reference to include a link to the published version. ## Checklist - [x] The pull request only contains commits that are focused and relevant to this change. - [x] ~~I have added appropriate tests that cover the new/changed functionality.~~ - [x] I have updated the documentation to reflect these changes. - [x] ~~I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.~~ - [x] ~~I have added migration instructions to the upgrade guide (if needed).~~ - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes.
1 parent 366850b commit 3517703

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ When citing the compilation framework built on MLIR, cite the MQT Compiler Colle
148148
author = {Burgholzer, Lukas and Haag, Daniel and Stade, Yannick and Rovara, Damian and Hopf, Patrick and Wille, Robert},
149149
year = {2026},
150150
booktitle = {Design, Automation and Test in Europe},
151+
doi = {10.23919/DATE69613.2026.11539504},
151152
eprint = {2604.08674},
152153
eprinttype = {arxiv},
153154
}

docs/references.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ If you want to cite the MQT Compiler Collection, please use the following BibTeX
3636
author = {Burgholzer, Lukas and Haag, Daniel and Stade, Yannick and Rovara, Damian and Hopf, Patrick and Wille, Robert},
3737
year = {2026},
3838
booktitle = {Design, Automation and Test in Europe},
39+
doi = {10.23919/DATE69613.2026.11539504},
3940
eprint = {2604.08674},
4041
eprinttype = {arxiv},
4142
}

docs/refs.bib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ @inproceedings{MQTCompilerCollection2026
228228
author = {Burgholzer, Lukas and Haag, Daniel and Stade, Yannick and Rovara, Damian and Hopf, Patrick and Wille, Robert},
229229
year = {2026},
230230
booktitle = date,
231+
doi = {10.23919/DATE69613.2026.11539504},
231232
eprint = {2604.08674},
232233
eprinttype = {arxiv},
233234
}

0 commit comments

Comments
 (0)