generated from 12rambau/pypackage
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from 12rambau/pre-release
prepare automated CD/CI
- Loading branch information
Showing
21 changed files
with
271 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,7 @@ coverage.xml | |
*.py,cover | ||
.hypothesis/ | ||
.pytest_cache/ | ||
.ruff_cache/ | ||
|
||
# Translations | ||
*.mo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,70 @@ | ||
qutree | ||
====== | ||
|
||
.. image:: https://img.shields.io/badge/License-MIT-yellow | ||
:target: https://github.com/alice4space/qutree/blob/main/LICENSE | ||
:alt: License: MIT | ||
|
||
.. image:: https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square | ||
:alt: All contributors | ||
:target: AUTHORS.rst | ||
.. image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow | ||
:target: https://conventionalcommits.org | ||
:alt: conventional commit | ||
|
||
.. image:: https://img.shields.io/badge/License-MIT-orange.svg | ||
:target: LICENSE | ||
:alt: License: MIT | ||
|
||
.. image:: https://badge.fury.io/py/template.svg | ||
:target: https://badge.fury.io/py/template | ||
:alt: PyPI version | ||
|
||
|
||
.. image:: https://img.shields.io/pypi/dm/template?color=307CC2&logo=python&logoColor=gainsboro | ||
:target: https://pypi.org/project/template/ | ||
:alt: PyPI - Downloads | ||
|
||
.. image:: https://img.shields.io/pypi/pyversions/template | ||
:target: https://pypi.org/project/template/ | ||
:alt: supported Python version | ||
|
||
.. image:: https://github.com/alice4space/qutree/actions/workflows/unit.yml/badge.svg | ||
.. image:: https://img.shields.io/badge/code%20style-black-000000 | ||
:target: https://github.com/psf/black | ||
:alt: Black badge | ||
|
||
.. image:: https://img.shields.io/pypi/v/qutree?color=orange&logo=python&logoColor=white | ||
: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 | ||
:target: https://github.com/alice4space/qutree/actions/workflows/unit.yml | ||
:alt: build | ||
|
||
.. image:: https://codecov.io/gh/alice4space/qutree/branch/main/graph/badge.svg?token=YZ3mVcuaCq | ||
.. image:: https://img.shields.io/codecov/c/github/alice4space/qutree?logo=codecov&logoColor=white | ||
:target: https://codecov.io/gh/alice4space/qutree | ||
:alt: Test Coverage | ||
|
||
.. image:: https://readthedocs.org/projects/template/badge/?version=latest | ||
:target: https://template.readthedocs.io/en/latest/?badge=latest | ||
:alt: Documentation Status | ||
|
||
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg | ||
:target: https://github.com/psf/black | ||
:alt: Black badge | ||
|
||
.. image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg | ||
:target: https://conventionalcommits.org | ||
:alt: conventional commit | ||
|
||
.. image:: https://img.shields.io/codeclimate/maintainability/alice4space/qutree?logo=codeclimate&logoColor=white | ||
:alt: Code Climate maintainability | ||
|
||
.. image:: https://img.shields.io/readthedocs/pyqutree/latest?logo=readthedocs&logoColor=white | ||
:target: https://pyqutree.readthedocs.io/en/latest/ | ||
:alt: Documentation Status | ||
|
||
.. image:: https://img.shields.io/badge/all_contributors-2-purple | ||
:alt: All contributors | ||
:target: https://github.com/alice4space/qutree/blob/main/AUTHORS.rst | ||
|
||
|
||
Overview | ||
-------- | ||
Plot sets of multiqubit quantum pure states as a binary tree of Bloch spheres | ||
|
||
Plot sets of multiqubit quantum pure states as a binary tree of Bloch spheres. | ||
|
||
We present a representation that can display several arbitrary multi-qubit pure states, using a combination of the Bloch Sphere and the Schmidt decomposition. | ||
|
||
Our current approaches to visualization of quantum states allow to display: | ||
|
||
- several mono-qubit states, using the Bloch sphere | ||
- a single multi-qubit state, sometimes with additional restrictions such as symmetry | ||
|
||
Usage | ||
----- | ||
|
||
install with pip: | ||
|
||
.. code-block:: console | ||
pip install qutree | ||
And you will be able to produce this type of Bloch sphere's tree: | ||
|
||
.. image:: https://raw.githubusercontent.com/12rambau/qutree/pre-release/docs/source/_static/example.png | ||
:alt: example tree | ||
|
||
More information can be found in our `documentation <https://pyqutree.readthedocs.io/en/latest/>`__. | ||
|
||
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>`__. | ||
|
||
Meet our `contributor <https://pyqutree.readthedocs.io/en/latest/authors.html>`__. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Authors | ||
======= | ||
|
||
.. include :: ../../AUTHORS.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.. include :: ../../CONTRIBUTING.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.