deltakit.decode.noise_sources.CombinedSequences.sequence_size#

CombinedSequences.sequence_size(code_data: tuple[CodeT, ...]) int#

Return the number of elements in the sequence that would be generated for the given code_data.

This should be a O(1) computation that does not compute the entire error sequence.

Property should hold that: len(error_list(x)) == sequence_size(x).