Modules§
- blossom_
v - cli
- complete_
graph - dual_
module - Dual Module
- dual_
module_ parallel - Serial Dual Parallel
- dual_
module_ serial - Serial Dual Module
- example_
codes - Example Decoding
- example_
partition - Example Partition
- mwpm_
solver - Minimum-Weight Perfect Matching Solver
- pointers
- Pointer Types
- primal_
module - Primal Module
- primal_
module_ parallel - Parallel Primal Module
- primal_
module_ serial - Serial Primal Module
- util
- visualize
- Visualizer
Macros§
Structs§
Functions§
- blossom_
v_ mwpm - fall back to use blossom V library to solve MWPM (install blossom V required)
- blossom_
v_ mwpm_ reuse - detailed_
matching - compute detailed matching information, note that the output will not include duplicated matched pairs
- fusion_
mwpm - use fusion blossom to solve MWPM (to optimize speed, consider reuse a
mwpm_solver::SolverSerialobject)