Choi.tensor

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

Return type

Choi

Raises

QiskitError – if other cannot be converted to a channel.