Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add citation to readme and docs #17

Merged
merged 2 commits into from
Feb 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ qutree
:alt: Black badge

.. image:: https://img.shields.io/pypi/v/qutree?color=orange&logo=python&logoColor=white
:target: https://pypi.org/project/qutree
:target: https://pypi.org/project/qutree
:alt: PyPI

.. image:: https://img.shields.io/github/actions/workflow/status/alice4space/qutree/unit.yml?logo=github&logoColor=white
Expand Down Expand Up @@ -67,12 +67,23 @@ install with pip:

pip install qutree

And you will be able to produce this type of Bloch sphere's tree:
And you will be able to produce this type of Bloch sphere's tree:

.. image:: https://raw.githubusercontent.com/alice4space/qutree/main/docs/source/_static/example.png
:alt: example tree

More information can be found in our `documentation <https://pyqutree.readthedocs.io/en/latest/>`__.
More information can be found in our `documentation <https://pyqutree.readthedocs.io/en/latest/>`__.

Citing
------

If you find qutree useful in your research, please consider citing the following papers to support our work. Thank you for your support.

- Barthe, A., Grossi, M., Tura, J., and Dunjko, V.. (2023). Bloch Sphere Binary Trees: A method for the visualization of sets of multi-qubit systems pure states.
https://doi.org/10.48550/arXiv.2302.02957

Contribute
----------

If you want to contribute you can fork the project in your own repository and then use it. If you consider working with us, please follow the `contributing guidelines <https://pyqutree.readthedocs.io/en/latest/contribute.html>`__.

Expand Down