From 741dc0fda180509341695bb0c9d2dc6a84f5bd40 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:47:43 -0500 Subject: [PATCH] Add `CITATION.bib` (#19) (#52) (cherry picked from commit c09ab715e1e5d09468ab02be07a4b6dbec1a5d23) Co-authored-by: Jim Garrison --- CITATION.bib | 12 ++++++++++++ docs/_static/css/custom.css | 4 ++++ docs/conf.py | 1 + docs/index.rst | 15 +++++++++++++++ 4 files changed, 32 insertions(+) create mode 100644 CITATION.bib create mode 100644 docs/_static/css/custom.css diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 0000000..9046606 --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,12 @@ +@ARTICLE{aqc-tensor-research, + author = {{Robertson}, Niall F. and {Akhriev}, Albert and {Vala}, Jiri and {Zhuk}, Sergiy}, + title = "{Approximate Quantum Compiling for Quantum Simulation: A Tensor Network based approach}", + journal = {arXiv e-prints}, + keywords = {Quantum Physics}, + year = 2023, + month = jan, + doi = {10.48550/arXiv.2301.08609}, +archivePrefix = {arXiv}, + eprint = {2301.08609}, + primaryClass = {quant-ph} +} diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css new file mode 100644 index 0000000..79631ba --- /dev/null +++ b/docs/_static/css/custom.css @@ -0,0 +1,4 @@ +/* Disable backgrounds in code highlighting, which look especially bad in dark mode. */ +.highlight * { + background-color: transparent !important; +} diff --git a/docs/conf.py b/docs/conf.py index a65de59..9506e27 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,6 +69,7 @@ "sidebar_qiskit_ecosystem_member": False, } html_static_path = ["_static"] +html_css_files = ["css/custom.css"] templates_path = ["_templates"] # Options for autodoc. These reflect the values from Qiskit SDK and Runtime. diff --git a/docs/index.rst b/docs/index.rst index f8e7fac..16a4498 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,21 @@ It has been tested primarily on Trotter circuits to date. It may, however, be a (Figure is taken from `arXiv:2301.08609 `__.) +Developer guide +--------------- + +The source code to this package is available `on GitHub `__. + +The developer guide is located at `CONTRIBUTING.md `__ in the root of this project's repository. + +Citing this project +------------------- + +If you use this package in your research, please cite the reference(s) provided in the ``CITATON.bib`` file in this project's repository: + +.. literalinclude:: ../CITATION.bib + :language: bibtex + Contents -------- .. toctree::