deltakit.decode.noise_sources.CombinedIndependent.as_exhaustive_sequential_model#
- CombinedIndependent.as_exhaustive_sequential_model() SequentialNoise[tuple[CodeT, ...], tuple[ErrorT, ...]]#
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]