qiskit.quantum_info.PauliTable.from_labels¶ classmethod PauliTable.from_labels(labels)[소스]¶ Construct a PauliTable from a list of Pauli strings. 매개변수 labels (list) – Pauli string label(es). 반환 the constructed PauliTable. 반환 형식 PauliTable 예외 발생 QiskitError – If the input list is empty or contains invalid Pauli strings. –