diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 0000000..ae56f5f --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,19 @@ +@software{qiskit-addon-sqd, + author = { + Abdullah Ash Saki + and Stefano Barison + and Bryce Fuller + and James R. Garrison + and Jennifer R. Glick + and Caleb Johnson + and Antonio Mezzacapo + and Javier Robledo-Moreno + and Max Rossmannek + and Paul Schweigert + and Iskandar Sitdikov + and Kevin J. Sung + }, + title = {{Qiskit addon: sample-based quantum diagonalization}}, + howpublished = {\url{https://github.com/Qiskit/qiskit-addon-sqd}}, + year = {2024} +} diff --git a/docs/index.rst b/docs/index.rst index 1312cba..805d76e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -46,6 +46,14 @@ The subspace dimension is set indirectly In this package, the user controls the number of bitstrings contained in each subspace with the `samples_per_batch` argument in :func:`.qiskit_addon_sqd.subsampling.postselect_and_subsample`. The value of this argument sets an upper bound to the subspace dimension in the case of quantum chemistry applications. See this `example `_ for more details. +Citing this project +------------------- + +If you use this package in your research, please cite it according to ``CITATON.bib`` file included in this repository: + +.. literalinclude:: ../CITATION.bib + :language: bibtex + Deprecation Policy ------------------