qiskit.providers.aer.noise.ReadoutError.tensor¶
-
ReadoutError.
tensor
(other)[source]¶ Return the tensor product readout error self ⊗ other.
- Parameters
other (ReadoutError) – a readout error.
- Returns
the tensor product readout error self ⊗ other.
- Return type
- Raises
NoiseError – if other is not a ReadoutError.