Haah's cubic code via LP construction method #442
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.