qiskit.quantum_info.Stinespring.tensor¶
-
Stinespring.
tensor
(other)[source]¶ Return the tensor product with another Stinespring.
- Parameters
other (Stinespring) – a Stinespring object.
- Returns
- the tensor product \(a \otimes b\), where \(a\)
is the current Stinespring, and \(b\) is the other Stinespring.
- Return type
Note
The tensor product can be obtained using the
^
binary operator. Hencea.tensor(b)
is equivalent toa ^ b
.