Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.PauliList.expand

PauliList.expand(other)[ソース]

Return the expand product of each Pauli in the list.

パラメータ

other (PauliList) – another PauliList.

戻り値

the list of tensor product Paulis.

戻り値の型

PauliList

例外

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