You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changelog
Announcements
Keep your eye on the ball.
Improvements
Compilation routines used in peephole optimization now are considered "applicable" only
if they strictly improve program fidelity (@notmgsk, #684).
Fidelities greater-than-or-equal-to 1.0 are now truncated to (1 - double-float-epsilon)
rather than 0.999. Previously any fidelity greater than 0.999 was truncated to 0.999
which might cause confusion if a gate with better fidelity (e.g. 0.9999) is dropped in
favor of a gate with poorer fidelity (e.g. 0.999) because both would be seen to have
fidelity 0.999 after being truncated (@notmgsk, #683).