quantumgizmos / bp_osd

BP+OSD: Belief propagation with ordered statistics post-processing for decoding quantum LDPC codes
MIT License
65 stars 19 forks source link

Iteration Log. Logging iteration depth statistics #12

Closed sbates130272 closed 3 years ago

sbates130272 commented 3 years ago

In LDPC BP decoding it is useful to track the minimum, average and maximum iteration counts. This commit adds that to both the output results file and the stdout dump.

Fixes #9.