qiskit.quantum_info.Pauli.to_label¶ Pauli.to_label()[source]¶ Convert a Pauli to a string label. Note The difference between to_label and __str__() is that the later will truncate the output for large numbers of qubits. Returns the Pauli string label. Return type str