We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4652d83 commit 82e40cdCopy full SHA for 82e40cd
tensorcircuit/quantum.py
@@ -748,7 +748,7 @@ def __rmul__(
748
return self.__mul__(other)
749
750
def tensor_product(self, other: "QuOperator") -> "QuOperator":
751
- """
+ r"""
752
Tensor product with another operator.
753
Given two operators `A` and `B`, produces a new operator `AB` representing
754
:math:`A \otimes B`. The `out_edges` (`in_edges`) of `AB` is simply the
0 commit comments