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
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
I think I can't use the Bound function as mentioned in the guide below.
let bound = Bound([U, V]);
bound(x);
The following error message is shown.
Couldn't match type (Qubit => Unit is Adj + Ctl) with type ('m => Unit).
Expected: ('m => Unit)[]
Actual: (Qubit => Unit is Adj + Ctl)[]
The text was updated successfully, but these errors were encountered: