-
Notifications
You must be signed in to change notification settings - Fork 48
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
Bicycle and Unicycle codes: Fixing doc and method errors #425
base: master
Are you sure you want to change the base?
Commits on Oct 31, 2023
-
Added code_evaluation and code_generation methods
Added multiple methods: code_generation: - Methods for creating Bicycle and Unicycle codes - Methods for assembling CSS codes - Utility methods for working with codes code_evaluation: - Methods for evaluating codes with a belief propagation decoder
Configuration menu - View commit details
-
Copy full SHA for 2c4cb47 - Browse repository at this point
Copy the full SHA 2c4cb47View commit details
Commits on Nov 1, 2023
-
Added the following dependencies: CairoMakie LDPCDecoders SparseArrays Statistics
Configuration menu - View commit details
-
Copy full SHA for 92f6eeb - Browse repository at this point
Copy the full SHA 92f6eebView commit details -
During discussion with Anthony, he mentioned that he would add his code himself later on
Configuration menu - View commit details
-
Copy full SHA for 1c0fcdb - Browse repository at this point
Copy the full SHA 1c0fcdbView commit details
Commits on Nov 5, 2023
-
Fixed naming and organization issues +
- Fixed naming and organization issued identified. - Limited exports - Added additional methods to easily create unicycle and bicycle codes
Configuration menu - View commit details
-
Copy full SHA for f77b135 - Browse repository at this point
Copy the full SHA f77b135View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c3434c - Browse repository at this point
Copy the full SHA 6c3434cView commit details
Commits on Nov 13, 2023
-
Fixed bugs preventing the generation of Bicycle and Unicycle codes
- Fixed issues with typing in bicycle gen methods - Fixed issue with incorrectly copied methods for unicycle generation - Fixed imports for Nemo methods
Configuration menu - View commit details
-
Copy full SHA for 077e287 - Browse repository at this point
Copy the full SHA 077e287View commit details -
Merge pull request #1 from Benzillaist/testing-simple_branch_codes
Fixed bugs preventing the generation of Bicycle and Unicycle codes
Configuration menu - View commit details
-
Copy full SHA for a115ef5 - Browse repository at this point
Copy the full SHA a115ef5View commit details
Commits on Dec 19, 2023
-
Remove LDPCDecoders import Co-authored-by: Stefan Krastanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81773e3 - Browse repository at this point
Copy the full SHA 81773e3View commit details -
Remove LDPCDecoders import Co-authored-by: Stefan Krastanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cac4133 - Browse repository at this point
Copy the full SHA cac4133View commit details -
Update src/ecc/simple_sparse_codes.jl
Updated use case description Co-authored-by: Stefan Krastanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2eb3eb4 - Browse repository at this point
Copy the full SHA 2eb3eb4View commit details -
Remove unused import Co-authored-by: Stefan Krastanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49046fe - Browse repository at this point
Copy the full SHA 49046feView commit details -
Update src/ecc/simple_sparse_codes.jl
Update use case of Bicycle matrix Co-authored-by: Stefan Krastanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f86cd86 - Browse repository at this point
Copy the full SHA f86cd86View commit details -
Moved CSS files to codes folder and updated CSS struct
Updated CSS struct to use Hx and Hz instead of just the full tableau form. Updated CSS methods to work with the new struct form
Configuration menu - View commit details
-
Copy full SHA for bd823ef - Browse repository at this point
Copy the full SHA bd823efView commit details
Commits on Dec 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 295ed67 - Browse repository at this point
Copy the full SHA 295ed67View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b64baa3 - Browse repository at this point
Copy the full SHA b64baa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a374d8 - Browse repository at this point
Copy the full SHA 3a374d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe07f4 - Browse repository at this point
Copy the full SHA 1fe07f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 925009d - Browse repository at this point
Copy the full SHA 925009dView commit details
Commits on Nov 13, 2024
-
Fixed issues with documentation and outdated method errors
- Added more jldoctests for methods - Updated method descriptions with updated names - Fixed broken reduce_unicycle method - Added doc links to referenced papers
Configuration menu - View commit details
-
Copy full SHA for c1bba5b - Browse repository at this point
Copy the full SHA c1bba5bView commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b79e3ee - Browse repository at this point
Copy the full SHA b79e3eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e31250 - Browse repository at this point
Copy the full SHA 6e31250View commit details
Commits on Nov 16, 2024
-
Focused on updating the struct docstrings to be more descriptive of what the code is/does. Additionally cleaned up miscellaneous aspects of the code and remove unused function in simple_sparse_codes.jl
Configuration menu - View commit details
-
Copy full SHA for 94caf05 - Browse repository at this point
Copy the full SHA 94caf05View commit details