Skip to content

Commit 7aefdfb

Browse files
Add a citation file (#76) (#79)
* Add a citation file. No DOI * Add a citation blurb to docs landing page * Update CITATION.bib Co-authored-by: Jim Garrison <[email protected]> --------- Co-authored-by: Jim Garrison <[email protected]> (cherry picked from commit bc64cd3) Co-authored-by: Caleb Johnson <[email protected]>
1 parent afb2fa5 commit 7aefdfb

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

CITATION.bib

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@software{qiskit-addon-sqd,
2+
author = {
3+
Abdullah Ash Saki
4+
and Stefano Barison
5+
and Bryce Fuller
6+
and James R. Garrison
7+
and Jennifer R. Glick
8+
and Caleb Johnson
9+
and Antonio Mezzacapo
10+
and Javier Robledo-Moreno
11+
and Max Rossmannek
12+
and Paul Schweigert
13+
and Iskandar Sitdikov
14+
and Kevin J. Sung
15+
},
16+
title = {{Qiskit addon: sample-based quantum diagonalization}},
17+
howpublished = {\url{https://github.com/Qiskit/qiskit-addon-sqd}},
18+
year = {2024}
19+
}

docs/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ The subspace dimension is set indirectly
4646

4747
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 <how_tos/select_open_closed_shell.ipynb>`_ for more details.
4848

49+
Citing this project
50+
-------------------
51+
52+
If you use this package in your research, please cite it according to ``CITATON.bib`` file included in this repository:
53+
54+
.. literalinclude:: ../CITATION.bib
55+
:language: bibtex
56+
4957
Deprecation Policy
5058
------------------
5159

0 commit comments

Comments
 (0)