qiskit.quantum_info.Pauli.from_label¶
-
static
Pauli.
from_label
(*args, **kwargs)[source]¶ DEPRECATED: Construct a Pauli from a string label.
This function is deprecated use
Pauli(label)
instead.- Parameters
label (str) – Pauli string label.
- Returns
the constructed Pauli.
- Return type
- Raises
QiskitError – If the input list is empty or contains invalid
Pauli strings. –