German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.PauliList.tensor

PauliList.tensor(other)[Quellcode]

Return the tensor product with each Pauli in the list.

Parameter

other (PauliList) – another PauliList.

Rückgabe

the list of tensor product Paulis.

Rückgabetyp

PauliList

Verursacht

QiskitError – if other cannot be converted to a PauliList, does not have either 1 or the same number of Paulis as the current list.