qiskit.quantum_info.DensityMatrix.from_label¶
-
classmethod
DensityMatrix.
from_label
(label)[source]¶ Return a tensor product of Pauli X,Y,Z eigenstates.
Table 18 Single-qubit state labels¶ Label
Statevector
"0"
(1000)
"1"
(0001)
"+"
12(1111)
"-"
12(1−1−11)
"r"
12(1−ii1)
"l"
12(1i−i1)
- Parameters
label (string) – a eigenstate string ket label (see table for allowed values).
- Returns
The N-qubit basis state density matrix.
- Return type
- Raises
QiskitError – if the label contains invalid characters, or the length of the label is larger than an explicitly specified num_qubits.