Skip to content

Commit

Permalink
📝 add citation information to README and RtD
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Nov 16, 2024
1 parent c70f52b commit 6829d6a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ The [_Munich Quantum Toolkit (MQT)_](https://mqt.readthedocs.io) is a collection
</a>
</p>

If you want to cite the Munich Quantum Toolkit, please use the following BibTeX entry:

```bibtex
@inproceedings{mqt,
title = {The {{MQT}} Handbook: {{A}} Summary of Design Automation Tools and Software for Quantum Computing},
shorttitle = {{The MQT Handbook}},
booktitle = {IEEE International Conference on Quantum Software (QSW)},
author = {Wille, Robert and Berent, Lucas and Forster, Tobias and Kunasaikaran, Jagatheesan and Mato, Kevin and Peham, Tom and Quetschlich, Nils and Rovara, Damian and Sander, Aaron and Schmid, Ludwig and Schoenberger, Daniel and Stade, Yannick and Burgholzer, Lukas},
date = {2024},
doi = {10.1109/QSW62656.2024.00013},
eprint = {2405.17543},
eprinttype = {arxiv},
addendum = {A live version of this document is available at \url{https://mqt.readthedocs.io}},
}
```

<!-- SPHINX-START -->

## GitHub Information
Expand Down
20 changes: 18 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,23 @@ A live version of this document is available at [mqt.readthedocs.io](https://mqt
\sphinxtableofcontents
```

```{only} html
````{only} html
If you want to cite the Munich Quantum Toolkit, please use the following BibTeX entry:
```bibtex
@inproceedings{mqt,
title = {The {{MQT}} Handbook: {{A}} Summary of Design Automation Tools and Software for Quantum Computing},
shorttitle = {{The MQT Handbook}},
booktitle = {IEEE International Conference on Quantum Software (QSW)},
author = {Wille, Robert and Berent, Lucas and Forster, Tobias and Kunasaikaran, Jagatheesan and Mato, Kevin and Peham, Tom and Quetschlich, Nils and Rovara, Damian and Sander, Aaron and Schmid, Ludwig and Schoenberger, Daniel and Stade, Yannick and Burgholzer, Lukas},
date = {2024},
doi = {10.1109/QSW62656.2024.00013},
eprint = {2405.17543},
eprinttype = {arxiv},
addendum = {A live version of this document is available at \url{https://mqt.readthedocs.io}},
}
```
For a comprehensive visual depiction of the MQT tools, we invite you to download our <a href="_static/flyers/mqt_flyer.pdf" title="Link to MQT flyer">MQT Flyer</a>.
<div style="float: right; margin-top:0em; margin-bottom:3em;">
Expand All @@ -46,7 +62,7 @@ For a comprehensive visual depiction of the MQT tools, we invite you to download
</figure>
</a>
</div>
```
````

```{toctree}
:caption: The MQT Handbook
Expand Down

0 comments on commit 6829d6a

Please sign in to comment.