QuantumError.tensor¶
- QuantumError.tensor(other)[source]¶
Return the tensor product quantum error channel self ⊗ other.
- Parameters
other (QuantumError) – a quantum error channel.
- Returns
the tensor product error channel self ⊗ other.
- Return type
- Raises
NoiseError – if other cannot be converted to a QuantumError.