qiskit.quantum_info.PauliTable.from_labels¶ classmethod PauliTable.from_labels(labels)[source]¶ Construct a PauliTable from a list of Pauli strings. Paramètres labels (list) – Pauli string label(es). Renvoie the constructed PauliTable. Type renvoyé PauliTable Lève QiskitError – If the input list is empty or contains invalid Pauli strings. –