ReadoutError.dot¶
- ReadoutError.dot(other)[source]¶
Return the composition readout error self * other.
- Parameters
other (ReadoutError) – a readout error.
- Returns
The composition readout error.
- Return type
- Raises
NoiseError – if other is not a ReadoutError or has incompatible
dimensions. –