French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.Pauli.tensor

Pauli.tensor(other)[source]

Return the tensor product with another Pauli.

Paramètres

other (Pauli) – a Pauli object.

Renvoie

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

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

Type renvoyé

Pauli

Note

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