Skip to content

Commit

Permalink
fix doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Jan 31, 2024
1 parent c4a6bf1 commit 9a0b315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/api-reference/qibo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ Callbacks
Callbacks provide a way to calculate quantities on the state vector as it
propagates through the circuit. Example of such quantity is the entanglement
entropy, which is currently the only callback implemented in
:class:`qibo.callbacks.Entanglemententropy`.
:class:`qibo.callbacks.EntanglementEntropy`.
The user can create custom callbacks by inheriting the
:class:`qibo.callbacks.Callback` class. The point each callback is
calculated inside the circuit is defined by adding a :class:`qibo.gates.CallbackGate`.
Expand All @@ -1284,7 +1284,7 @@ This can be added similarly to a standard gate and does not affect the state vec
Entanglement entropy
^^^^^^^^^^^^^^^^^^^^

.. autoclass:: qibo.callbacks.Entanglemententropy
.. autoclass:: qibo.callbacks.EntanglementEntropy
:members:
:member-order: bysource

Expand Down

0 comments on commit 9a0b315

Please sign in to comment.