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
Fence ensures that all operations involving the specified qubits that follow the fence statement happen after all operations involving the specified qubits that preceed the fence statement. If no qubits are specified, the FENCE operation implicitly applies to all qubits on the device.
Per the Quil-T spec:
However, this is not how
quil-rs
works today. Instead, it considers thatFENCE
blocks frames:and then it treats them the same as any other pulse-control instruction:
The text was updated successfully, but these errors were encountered: