Skip to content

Commit f96efdf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qibo/quantum_info/linalg_operations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def matrix_exponentiation(
199199

200200

201201
def matrix_power(matrix, power: Union[float, int], backend=None):
202-
"""Given a ``matrix`` :math:`A` and power :math:`\\alpha`, calculates :math:`A^{\\alpha}`.
202+
"""Given a ``matrix`` :math:`A` and power :math:`\\alpha`, calculate :math:`A^{\\alpha}`.
203203
204204
Args:
205205
matrix (ndarray): matrix whose power to calculate.

0 commit comments

Comments
 (0)