StabilizerTable.label_iter¶
- StabilizerTable.label_iter()[source]¶
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.- Returns
label iterator object for the StabilizerTable.
- Return type
LabelIterator