Stinespring.dot

Stinespring.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

Stinespring

Raises

QiskitError – if other cannot be converted to a Stinespring or has incompatible dimensions.