Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello authored Oct 3, 2024
1 parent 9a9c9e5 commit 823f13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/quantum_info/entropies.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def classical_relative_tsallis_entropy(
Args:
prob_dist_p (ndarray or list): discrete probability distribution :math:`p`.
prob_dist_q (ndarray or list): discrete probability distribution :math:`q`.
alpha (float): To be used when
alpha (float): entropic index.
base (float): the base of the log used when :math:`\\alpha = 1`. Defaults to :math:`2`.
backend (:class:`qibo.backends.abstract.Backend`, optional): backend to be
used in the execution. If ``None``, it uses
Expand Down

0 comments on commit 823f13e

Please sign in to comment.