-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix EjectFullW changing circuit function #684
Comments
Strilanc
added a commit
that referenced
this issue
Jul 17, 2018
- Slipped by because of a silent merge conflict overwriting updated methods with old ones - The old methods were calling the new "canonicalize_up_to_measurement_phase" with the wrong number of arguments, triggering a type error, triggering a path expecting a type error for a *different reason* (i.e. non-unitary operations in the circuit) - Removed the non-unitary fallback path and renamed the method to make it clear only measurement-implies-terminal circuits were expected - Simplified the W-over-partial-W derivation - Fixed false-positive assertions that were now correctly failing - Added a test that fails for the old behavior but not for the new behavior Fixes #684
Strilanc
added a commit
that referenced
this issue
Jul 17, 2018
- Slipped by because of a silent merge conflict overwriting updated methods with old ones - The old methods were calling the new "canonicalize_up_to_measurement_phase" with the wrong number of arguments, triggering a type error, triggering a path expecting a type error for a *different reason* (i.e. non-unitary operations in the circuit) - Removed the non-unitary fallback path and renamed the method to make it clear only measurement-implies-terminal circuits were expected - Simplified the W-over-partial-W derivation - Fixed false-positive assertions that were now correctly failing - Added a test that fails for the old behavior but not for the new behavior Fixes #684
Strilanc
added a commit
that referenced
this issue
Jul 17, 2018
#691) - Slipped by because of a silent merge conflict overwriting updated methods with old ones - The old methods were calling the new "canonicalize_up_to_measurement_phase" with the wrong number of arguments, triggering a type error, triggering a path expecting a type error for a *different reason* (i.e. non-unitary operations in the circuit) - Removed the non-unitary fallback path and renamed the method to make it clear only measurement-implies-terminal circuits were expected - Simplified the W-over-partial-W derivation - Fixed false-positive assertions that were now correctly failing - Added a test that fails for the old behavior but not for the new behavior Fixes #684
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: