Chi.tensor

Chi.tensor(other)[source]

Return the tensor product channel self ⊗ other.

Parameters

other (QuantumChannel) – a quantum channel.

Returns

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

Return type

Chi

Raises

QiskitError – if other is not a QuantumChannel subclass.