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

Add renyi_entropy and classical_renyi_entropy to quantum_info.entropies #1179

Merged
merged 10 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
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
18 changes: 15 additions & 3 deletions doc/source/api-reference/qibo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,18 @@ Shannon entropy
.. autofunction:: qibo.quantum_info.shannon_entropy


Classical Relative Entropy
""""""""""""""""""""""""""

.. autofunction:: qibo.quantum_info.classical_relative_entropy


Classical Rényi Entropy
"""""""""""""""""""""""

.. autofunction:: qibo.quantum_info.classical_renyi_entropy


Entropy
"""""""

Expand Down Expand Up @@ -1564,10 +1576,10 @@ Relative Entropy
an error will be raised when using `cupy` backend.


Classical Relative Entropy
""""""""""""""""""""""""""
Rényi Entropy
"""""""""""""

.. autofunction:: qibo.quantum_info.classical_relative_entropy
.. autofunction:: qibo.quantum_info.renyi_entropy


Entanglement Entropy
Expand Down
Loading
Loading