fp.decoders

Available modules

decoder

Decoding and recovery functions.

mwpm

The minimum-weight perfect-matching decoder.

unionfind

The Union-Find decoder.

Module members

correct(code[, decoder, weight_options, ...])

Run through the qubit-level error-correction steps.

uf_decoder(code, ec, **kwargs)

Run the full Union-Find and peeling decoder on code.

mwpm_decoder(code, ec[, backend, draw, ...])

Run the minimum-weight perfect matching decoder on code.

Class Inheritance Diagram

Inheritance diagram of flamingpy.decoders.mwpm.LemonMatchingGraph, flamingpy.decoders.mwpm.RxMatchingGraph

Contents