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::