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

QuantumError

Raises
  • NoiseError – if other cannot be converted into a QuantumError,

  • or has incompatible dimensions.