Skip to content

Commit ec9595f

Browse files
Update src/qibo/backends/abstract.py
Co-authored-by: Matteo Robbiati <62071516+MatteoRobbiati@users.noreply.github.com>
1 parent 41bc698 commit ec9595f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qibo/backends/abstract.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def calculate_matrix_exp(
360360
def calculate_matrix_power(
361361
self, matrix, power: Union[float, int]
362362
): # pragma: no cover
363-
"""Calculates the (fractional) ``power`` :math:`\\alpha` of ``matrix`` :math:`A`,
363+
"""Calculate the (fractional) ``power`` :math:`\\alpha` of ``matrix`` :math:`A`,
364364
i.e. :math:`A^{\\alpha}`.
365365
366366
.. note::

0 commit comments

Comments
 (0)