qiskit.providers.aer.noise.QuantumError.dot¶
-
QuantumError.
dot
(other)[source]¶ Return the composition error channel self * other.
- Parameters
other (QuantumError) – a quantum error channel.
- Returns
The composition error channel.
- Return type
- Raises
NoiseError – if other cannot be converted into a QuantumError,
or has incompatible dimensions. –