Skip to content

Tradeoffs of different solvers #73

@RefaatIsmail

Description

@RefaatIsmail

The available solvers in the package are listed as:
available_decoders = [
"Solver", # the solver with the highest accuracy, but may change across different versions
"SolverSerialJointSingleHair",
"SolverSerialSingleHair",
"SolverSerialUnionFind" ]

It would be nice to have a brief idea of their differences and tradeoffs. So far, I have been mostly using "SolverSerialJointSingleHair" because I want something stable as compared to "Solver". Which solver performs best? or is it circuit dependent?

If I set cluster_node_limit=0; does all solvers fallback to the same Union Find decoder? or is it dependent on which solver I use?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions