French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.Kraus.tensor

Kraus.tensor(other)[source]

Return the tensor product with another Kraus.

Paramètres

other (Kraus) – a Kraus object.

Renvoie

the tensor product \(a \otimes b\), where \(a\)

is the current Kraus, and \(b\) is the other Kraus.

Type renvoyé

Kraus

Note

The tensor product can be obtained using the ^ binary operator. Hence a.tensor(b) is equivalent to a ^ b.