Skip to content

Create bpots_decoders.jl #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Create bpots_decoders.jl #28

wants to merge 1 commit into from

Conversation

adhirajj
Copy link
Contributor

This is an implementation of the Belief Propagation Decoder with Bias using Oscillating trapping sets as described in the paper- "Enhanced Message-Passing Decoding of Degenerate Quantum Codes Utilizing Trapping Set Dynamics".

If you want to submit an unfinished piece of work in order to get comments and discuss, please mark the pull request as a draft and ping the repository maintainer.

Please address only one topic or issue per pull request! Many small PRs are much easier to review and merge than one large PR.

Before merging, all changes and new functionality should be marked in the CHANGELOG file, but feel free to just leave your CHANGELOG notes in the PR description, to avoid merge conflicts with other requests modifying that file. The maintainer will add these CHANGELOG notes for you if you do so.

Before considering your pull request ready for review and merging make sure that all of the following are completed (please keep the clecklist as part of your PR):

  • The code is properly formatted and commented.
  • Substantial new functionality is documented within the docs.
  • All new functionality is tested.
  • All of the automated tests on github pass.
  • We recently started enforcing formatting checks. If formatting issues are reported in the new code you have written, please correct them. There will be plenty of old code that is flagged as we are slowly transitioning to enforced formatting. Please do not worry about or address older formatting issues -- keep your PR just focused on your planned contribution.

If possible, keep your git history not too wild (rebase and squash commits, keep commits small and semantically separated) so that review is easier.

This is an implementation of the Belief Propagation Decoder with Bias using Oscillating trapping sets as described in the paper- "Enhanced Message-Passing Decoding of Degenerate Quantum Codes Utilizing Trapping Set Dynamics".
Copy link

codecov bot commented Feb 25, 2025

Codecov Report

Attention: Patch coverage is 0% with 163 lines in your changes missing coverage. Please review.

Project coverage is 46.02%. Comparing base (8e5b747) to head (cc5a1d6).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/decoders/bpots_decoders.jl 0.00% 163 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (8e5b747) and HEAD (cc5a1d6). Click for more details.

HEAD has 9 uploads less than BASE
Flag BASE (8e5b747) HEAD (cc5a1d6)
18 9
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #28       +/-   ##
===========================================
- Coverage   58.96%   46.02%   -12.94%     
===========================================
  Files          14       15        +1     
  Lines         580      743      +163     
===========================================
  Hits          342      342               
- Misses        238      401      +163     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Krastanov Krastanov self-requested a review February 25, 2025 14:52
@adhirajj adhirajj closed this Mar 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant