Skip to content
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

Initial circuit state is not the expected stable state #11

Open
mscofield0 opened this issue May 8, 2022 · 0 comments
Open

Initial circuit state is not the expected stable state #11

mscofield0 opened this issue May 8, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mscofield0
Copy link
Contributor

mscofield0 commented May 8, 2022

We do not currently stabilize the circuit state in init() which leads to an inaccurate circuit state until the state eventually (after N ticks) stabiliizes and shows the actual correct state.

Example:
image

The potential solution is to try and stabilize the circuit state in init(), but in order to do that we also have to detect repetitive patterns of events in circular circuits. The question is if it's always detectable and whether it's reliable.

@mscofield0 mscofield0 added the bug Something isn't working label May 8, 2022
@mscofield0 mscofield0 self-assigned this May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant