We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b44c5 commit 12b8972Copy full SHA for 12b8972
tensorcircuit/backends/abstract_backend.py
@@ -25,7 +25,7 @@ def copy(self: Any, a: Tensor) -> Tensor:
25
26
:param a: tensor in matrix form
27
:type a: Tensor
28
- :return: matrix exponential of matrix ``a``
+ :return: the copy tensor of ``a``
29
:rtype: Tensor
30
"""
31
raise NotImplementedError(
0 commit comments