DecodingResult#

Class representing decoding result.

class DecodingResult#

Holds information about a single decoding step

property decoding_time#

Time used for a single decoding step

property estim_vec_idxs#

Computed estimates given as indices (over qubits)

property estimate#

Computed estimate as boolean vector

json(self: mqt.qecc.pyqecc.DecodingResult) json#