Skip to content

Commit 12b8972

Browse files
fix doc typo
1 parent 56b44c5 commit 12b8972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorcircuit/backends/abstract_backend.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def copy(self: Any, a: Tensor) -> Tensor:
2525
2626
:param a: tensor in matrix form
2727
:type a: Tensor
28-
:return: matrix exponential of matrix ``a``
28+
:return: the copy tensor of ``a``
2929
:rtype: Tensor
3030
"""
3131
raise NotImplementedError(

0 commit comments

Comments
 (0)