Bengali
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.PauliList.expand

PauliList.expand(other)[source]

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.