Skip to content

Add citation of ArXiv paper #942

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

Merged
merged 2 commits into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
16 changes: 16 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@ARTICLE{2025arXiv250517756S,
author = {{Sahin}, M. Emre and {Altamura}, Edoardo and {Wallis}, Oscar and {Wood}, Stephen P. and {Dekusar}, Anton and {Millar}, Declan A. and {Imamichi}, Takashi and {Matsuo}, Atsushi and {Mensa}, Stefano},
title = "{Qiskit Machine Learning: an open-source library for quantum machine learning tasks at scale on quantum hardware and classical simulators}",
journal = {arXiv e-prints},
keywords = {Quantum Physics, Emerging Technologies, Machine Learning, Computational Physics},
year = 2025,
month = may,
eid = {arXiv:2505.17756},
pages = {arXiv:2505.17756},
archivePrefix = {arXiv},
eprint = {2505.17756},
primaryClass = {quant-ph},
adsurl = {https://ui.adsabs.harvard.edu/abs/2025arXiv250517756S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on the Qiskit software development kit. As of version `0.7`, Qiskit Machine Lear
by IBM and the [Hartree Center](https://www.hartree.stfc.ac.uk/), part of the UK Science and
Technologies Facilities Council (STFC).

A description of the library structure, features, and domain-specific applications, can be found
in a dedicated [ArXiv paper](https://arxiv.org/abs/2505.17756).

The Qiskit Machine Learning framework aims to be:

* **User-friendly**, allowing users to quickly and easily prototype quantum machine learning models without
Expand Down Expand Up @@ -188,8 +191,9 @@ work of
who contribute to the project at different levels.

## How can I cite Qiskit Machine Learning?
If you use Qiskit, please cite as per the provided
[BibTeX file](https://github.com/Qiskit/qiskit/blob/main/CITATION.bib).
If you use Qiskit Machine Learning in your work, please cite the "overview" paper to
support the continued development and visibility of the library. The BibTeX citation handle can be found in the
[`CITATION.bib`](./CITATION.bib) file.

## License

Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"nbsphinx",
"sphinx.ext.intersphinx",
"qiskit_sphinx_theme",
"matplotlib.sphinxext.plot_directive",
]
templates_path = ["_templates"]

Expand Down
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ on the Qiskit software development kit. As of version ``0.7``, Qiskit Machine Le
by IBM and the `Hartree Center <https://www.hartree.stfc.ac.uk/>`__, part of the UK Science and
Technologies Facilities Council (STFC).

A description of the library structure, features, and domain-specific applications, can be found
in a dedicated `ArXiv paper <https://arxiv.org/abs/2505.17756>`__. If you use Qiskit Machine Learning
in your work, please cite this paper to support the continued development and
visibility of the library. The **BibTeX citation handle** can be found in
`this file <https://github.com/qiskit-community/qiskit-machine-learning/blob/main/CITATION.bib>`__.

The Qiskit Machine Learning framework aims to be:

* **User-friendly**, allowing users to quickly and easily prototype quantum machine learning models without
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
features:
- |
A description of the library structure, features, and domain-specific applications, can be found
in a dedicated `ArXiv paper <https://arxiv.org/abs/2505.17756>`__. If you use Qiskit Machine Learning
in your work, please cite this paper to support the continued development and
visibility of the library. The **BibTeX citation handle** can be found in
`this file <https://github.com/qiskit-community/qiskit-machine-learning/blob/main/CITATION.bib>`__.