Chi.expand

Chi.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 Chi object.

Return type

Chi

Raises

QiskitError – if other is not a QuantumChannel subclass.