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