feat(explorer): Replace stim deltakit stim explorer#260
Open
rolandriver wants to merge 26 commits into
Open
Conversation
rolandriver
commented
May 21, 2026
| ) | ||
|
|
||
|
|
||
| def gf2_row_echelon(matrix: np.ndarray) -> tuple[np.ndarray, list[int]]: |
Collaborator
Author
There was a problem hiding this comment.
@nelimee This is entirely vibecoded for the time being. The reason is ldpc calls stim under the hood and falls into the long-standing stim/deltakit-stim incompatibility. It seems that the only ldpc logic needed is to do this bit of linear algebra mod 2. I quickly replaced it with some AI-generated suggestions but I am quite keen on implementing something genuinely reliable and tested.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔗 Closed Issues
Partially closes #248 for
deltakit_explorer📝 Description
Replace all references to
stimwithdeltakit_stimfor the subpackagedeltakit_explorer.🚦 Status
Ready to review.
🛠️ Future Work
The last of the replacement PRs.