qiskit.quantum_info.PauliTable.label_iter¶
- PauliTable.label_iter()[소스]¶
Return a label representation iterator.
This is a lazy iterator that converts each row into the string label only as it is used. To convert the entire table to labels use the
to_labels()
method.- 반환
label iterator object for the PauliTable.
- 반환 형식
LabelIterator