Skip to content

feat(explorer): Replace stim deltakit stim explorer#260

Open
rolandriver wants to merge 26 commits into
mainfrom
feat/replace-stim-deltakit-stim-explorer
Open

feat(explorer): Replace stim deltakit stim explorer#260
rolandriver wants to merge 26 commits into
mainfrom
feat/replace-stim-deltakit-stim-explorer

Conversation

@rolandriver
Copy link
Copy Markdown
Collaborator

🔗 Closed Issues

Partially closes #248 for deltakit_explorer


📝 Description

Replace all references to stim with deltakit_stim for the subpackage deltakit_explorer.


🚦 Status

Ready to review.

🛠️ Future Work

The last of the replacement PRs.


@rolandriver rolandriver self-assigned this May 21, 2026
@rolandriver rolandriver added the feature PR that implements a new feature label May 21, 2026
)


def gf2_row_echelon(matrix: np.ndarray) -> tuple[np.ndarray, list[int]]:
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

request: Remove stim dependency in favour of deltakit-stim

1 participant