bloqade.decoders.GurobiDecoder
← Module overview
class
classGurobiDecoder¶source
bloqade.decoders.GurobiDecoder
Bases: BaseDecoder
MLE decoder using Gurobi mixed-integer programming solver.
class GurobiDecoderFinds the most likely error pattern matching an observed syndrome by solving a mixed integer program via Gurobi.
Does NOT support decomposed error models with separator targets.
Use detector_error_model(decompose_errors=False) instead.