-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add backward-propagating flows to crumble #665
Comments
I think what I want to do is to have some kind of notation, like:
and once I have a notation for it, I can make a UI for that notation. Like you could pick which ones to show. |
That sounds great to me, esp if we can hook in detectors in the circuit for debugging what we're actually making, In the meantime, I would appreciate a global |
I think the key method is There is, separately, a more performant class in-the-works which is https://github.com/quantumlib/Stim/blob/main/glue/crumble/circuit/pauli_frame.js but it's not integrated yet. Don't get distracted by it. |
A good starting option might just be a global control to choose whether flows propagate forwards or backwards in time.
A more general version might involve having two or more marker states, such that each marker can choose whether to propagate forwards or backwards, and gives purple bar errors when those states are violated.
The text was updated successfully, but these errors were encountered: