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 program ought to have a memory dependency from the MEASURE 0 ro to the JUMP-WHEN @eq ro, and from the JUMP-WHEN @eq ro to the RX(pi/2) 0. However, the JUMP-WHEN becomes a block terminator, and block terminators do not show up in the quil_rs::program::scheduling::DependencyGraph, so there is no dependency between the MEASURE and the JUMP-WHEN.
The text was updated successfully, but these errors were encountered:
Consider the following program:
This program ought to have a memory dependency from the
MEASURE 0 ro
to theJUMP-WHEN @eq ro
, and from theJUMP-WHEN @eq ro
to theRX(pi/2) 0
. However, theJUMP-WHEN
becomes a block terminator, and block terminators do not show up in thequil_rs::program::scheduling::DependencyGraph
, so there is no dependency between theMEASURE
and theJUMP-WHEN
.The text was updated successfully, but these errors were encountered: