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