Skip to content

Commit

Permalink
Add CITATION.bib (#19) (#52)
Browse files Browse the repository at this point in the history
(cherry picked from commit c09ab71)

Co-authored-by: Jim Garrison <[email protected]>
  • Loading branch information
mergify[bot] and garrison authored Dec 13, 2024
1 parent 8380403 commit 741dc0f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -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}
}
4 changes: 4 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* Disable backgrounds in code highlighting, which look especially bad in dark mode. */
.highlight * {
background-color: transparent !important;
}
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
15 changes: 15 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://arxiv.org/abs/2301.08609>`__.)

Developer guide
---------------

The source code to this package is available `on GitHub <https://github.com/Qiskit/qiskit-addon-aqc-tensor>`__.

The developer guide is located at `CONTRIBUTING.md <https://github.com/Qiskit/qiskit-addon-aqc-tensor/blob/main/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::
Expand Down

0 comments on commit 741dc0f

Please sign in to comment.