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
Measure currently returns a qubit, but in some cases subsequent operations on a measured qubit are not valid, reflect this with a new operation with signature qubit -> bool.
Closes#691Closes#692Closes#693
- Add TryQAlloc and MeasureFree to "tket2.quantum"
- Lower new ops to "tket2.hseries"
- Add MeasureReset to "tket2.hseries"
BREAKING CHANGE: hseries qalloc op replaced with fallible TryQalloc
---------
Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com>
Measure
currently returns a qubit, but in some cases subsequent operations on a measured qubit are not valid, reflect this with a new operation with signaturequbit -> bool
.Tracked by https://github.com/CQCL-DEV/hugrverse/issues/77
The text was updated successfully, but these errors were encountered: