Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💡 added reference to readme and added arxiv link #16

Merged
merged 2 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@INPROCEEDINGS{volpe2024towards,
AUTHOR = {D.Volpe and N. Quetschlich and M. Graziano and G. Turvani and R. Wille},
TITLE = {{Towards an Automatic Framework for Solving Optimization Problems with Quantum Computers}},
YEAR = {2024},
BOOKTITLE = {IEEE International Conference on Quantum Software (QSW)},
AUTHOR = {D. Volpe and N. Quetschlich and M. Graziano and G. Turvani and R. Wille},
TITLE = {{Towards an Automatic Framework for Solving Optimization Problems with Quantum Computers}},
YEAR = {2024},
BOOKTITLE = {IEEE International Conference on Quantum Software (QSW)},
EPRINT = {2406.12840},
PRIMARYCLASS = {quant-ph},
ARCHIVEPREXIX = {arxiv},
}
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@ solution = Solver().solve_Dwave_quantum_annealer(prb, token=token)

**Detailed documentation and examples are available at [ReadTheDocs](https://mqt.readthedocs.io/projects/qao).**

## References

In case you are using MQT Bench in your work, we would be thankful if you referred to it by citing the following publication:
nquetschlich marked this conversation as resolved.
Show resolved Hide resolved

```bibtex
@INPROCEEDINGS{volpe2024towards,
AUTHOR = {D. Volpe and N. Quetschlich and M. Graziano and G. Turvani and R. Wille},
TITLE = {{Towards an Automatic Framework for Solving Optimization Problems with Quantum Computers}},
YEAR = {2024},
BOOKTITLE = {IEEE International Conference on Quantum Software (QSW)},
EPRINT = {2406.12840},
PRIMARYCLASS = {quant-ph},
ARCHIVEPREXIX = {arxiv},
}
```

## Acknowledgements

The Munich Quantum Toolkit has been supported by the European
Expand Down
11 changes: 7 additions & 4 deletions docs/refs.bib
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@INPROCEEDINGS{volpe2024towards,
AUTHOR = {D.Volpe and N. Quetschlich and M. Graziano and G. Turvani and R. Wille},
TITLE = {{Towards an Automatic Framework for Solving Optimization Problems with Quantum Computers}},
YEAR = {2024},
BOOKTITLE = {IEEE International Conference on Quantum Software (QSW)},
AUTHOR = {D. Volpe and N. Quetschlich and M. Graziano and G. Turvani and R. Wille},
TITLE = {{Towards an Automatic Framework for Solving Optimization Problems with Quantum Computers}},
YEAR = {2024},
BOOKTITLE = {IEEE International Conference on Quantum Software (QSW)},
EPRINT = {2406.12840},
PRIMARYCLASS = {quant-ph},
ARCHIVEPREXIX = {arxiv},
}