deltakit.decode.noise_sources.FixedWeightMatchingNoise.as_exhaustive_sequential_model#
- FixedWeightMatchingNoise.as_exhaustive_sequential_model() SequentialNoise[HyperMultiGraph, OrderedDecodingEdges]#
Return the equivalent exhaustive model for this noise model. The exhaustive model will be a sequential model that contains all elements that could possibly be generated by this model.
- Returns:
Corresponding sequential exhaustive version of this noise model.
- Return type:
SequentialNoise[CodeT, ErrorT]