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