Skip to content

Commit

Permalink
Merge branch 'main' into update-jax
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli authored Oct 26, 2023
2 parents 0138824 + 537d7cf commit 2c25ac7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
20 changes: 12 additions & 8 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
@misc{qiskit_dynamics_2021,
author = {Egger, Daniel J. and Hincks, Ian and Landa, Haggai and Malekakhlagh, Moein and Parr, Avery and Puzzuoli, Daniel and Rosand, Benjamin and Rupesh, R. K. and Treinish, Matthew and Ueda, Kento and Wood, Christopher J.},
title = {Qiskit Dynamics},
year = {2021},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/Qiskit-Extensions/qiskit-dynamics}
}
@article{qiskit_dynamics_2023,
title = {Qiskit {Dynamics}: {A} {Python} package for simulating the time dynamics of quantum systems},
volume = {8},
issn = {2475-9066},
url = {https://joss.theoj.org/papers/10.21105/joss.05853},
doi = {10.21105/joss.05853},
number = {90},
journal = {Journal of Open Source Software},
author = {Puzzuoli, Daniel and Wood, Christopher J. and Egger, Daniel J. and Rosand, Benjamin and Ueda, Kento},
year = {2023},
pages = {5853}
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Qiskit Dynamics

[![License](https://img.shields.io/github/license/Qiskit/qiskit-dynamics.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05853/status.svg)](https://doi.org/10.21105/joss.05853)

**This repo is still in the early stages of development, there will be breaking API changes**

Expand Down Expand Up @@ -60,7 +61,8 @@ questions. For questions that are more suited for a forum we use the Qiskit tag

Qiskit Dynamics is the work of
[many people](https://github.com/Qiskit-Extensions/qiskit-dynamics/graphs/contributors) who
contribute to the project at different levels. If you use Qiskit, please cite as per the included
contribute to the project at different levels. If you use Qiskit Dynamics, please cite our
[paper](https://joss.theoj.org/papers/10.21105/joss.05853) as per the included
[BibTeX file](https://github.com/Qiskit-Extensions/qiskit-dynamics/blob/main/CITATION.bib).

## License
Expand Down
10 changes: 2 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,9 @@
bibtex_footbibliography_header = bibtex_bibliography_header

# html theme options
html_theme = 'qiskit_sphinx_theme'
html_theme = 'qiskit-ecosystem'
html_last_updated_fmt = '%Y/%m/%d'
html_theme_options = {
'logo_only': True,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': True,
}
html_css_files = ['gallery.css']

html_context = {"analytics_enabled": True}

# autodoc/autosummary options
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stestr>=3.0.0
astroid==2.9.3
pylint==2.12.2
black~=22.0
qiskit-sphinx-theme~=1.12.0
qiskit-sphinx-theme~=1.16.0
sphinx-autodoc-typehints
jupyter-sphinx
# The following line is needed until
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deps =
jaxlib
diffrax
commands =
sphinx-build -j auto -b html -W {posargs} docs/ docs/_build/html
sphinx-build -j auto -W -T --keep-going {posargs} docs/ docs/_build/html

[testenv:docs-clean]
skip_install = true
Expand Down

0 comments on commit 2c25ac7

Please sign in to comment.