qiskit-qec icon indicating copy to clipboard operation
qiskit-qec copied to clipboard

Bivariate Bicycle codes and UnionFind Decoder on Tannergraph

Open kaiott opened this issue 2 months ago • 0 comments

Summary

Draft pull request featuring

  1. Implementation of the Bivariate Bicycle codes
  2. Implementation of Union Find on the Tannergraphs of LDPC codes

meant to give a preview of future features.

Details and comments

The code for the BB code and the unweighted UF is stable and works as it should. However, before it can be actually merged, it will have to be cleaned, optimized and supplemented with more documentation. Additionally, not all details of the final UnionFind algorithm have been decided and it will undergo further changes.

kaiott avatar Apr 21 '24 14:04 kaiott