-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels