deltakit.core.decoding_graphs.OrderedDecodingEdges.from_syndrome_indices#
- classmethod OrderedDecodingEdges.from_syndrome_indices(indices: Iterable[tuple[int, int]]) OrderedDecodingEdges[DecodingEdge]#
Given a list of pairs of syndrome indices, construct the corresponding decoding edges and return in an OrderedDecodingEdges collection.
- Parameters:
indices (Iterable[Tuple[int, int]]) – Indices into the syndrome sequence.
- Return type: