SuperOp.expand

SuperOp.expand(other)[source]

Return the tensor product channel other ⊗ self.

Parameters

other (QuantumChannel) – a quantum channel.

Returns

the tensor product channel other ⊗ self as a SuperOp object.

Return type

SuperOp

Raises

QiskitError – if other cannot be converted to a channel.