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
I was thinking something like the following would be nice sugar:
p = Program()
p += Pragma.initial_rewiring('PARTIAL') # Let compiler search for a "good" rewiring
p += Pragma.preserve(I(0)) # Prevent the identity gate from being compiled away
p += CNOT(0, 1)
# etc ...
Improve the following form:
The text was updated successfully, but these errors were encountered: