Kraus.dot¶
- Kraus.dot(other, qargs=None)[source]¶
Return the right multiplied quantum channel self * other.
- Parameters
other (QuantumChannel) – a quantum channel.
qargs (list or None) – a list of subsystem positions to apply other on. If None apply on all subsystems [default: None].
- Returns
The quantum channel self * other.
- Return type
- Raises
QiskitError – if other cannot be converted to a Kraus or has incompatible dimensions.