Kraus.expand

Kraus.expand(other)[source]

Return the tensor product channel other ⊗ self.

Parameters

other (QuantumChannel) – a quantum channel subclass.

Returns

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

Return type

Kraus

Raises

QiskitError – if other cannot be converted to a channel.