Skip to content
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

Haah's cubic code via LP construction method #442

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Fe-r-oz
Copy link
Contributor

@Fe-r-oz Fe-r-oz commented Dec 2, 2024

There are actually 2 different construction methods of Haah's cubic codes. The method used by https://arxiv.org/pdf/1904.02703 is LP method. GB method is already implemented. This PR implements the second method, with which the Appendix B D: Haah's cubic code with parameters [[1024, 30, 13 ≤ d ≤ 32]] can be produced with input parameter L.
I have added the doctest that reproduced this Haah code from Panteleev's work in the documentation as well.

  • 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.

@Fe-r-oz Fe-r-oz force-pushed the fa/Haah_second_construction branch 2 times, most recently from de88607 to fb79c3e Compare December 2, 2024 20:58
@Fe-r-oz
Copy link
Contributor Author

Fe-r-oz commented Dec 6, 2024

Please help review this PR, Thank you!

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