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
The problem is that both the Boolean edges originating from c[0], including the one terminating in the Y operation, are in the initial b_frontier_t; but the Quantum wire from the X to the Y operation is not in the initial unit_frontier_t.
This is quite reminiscent of #1357 : in both cases the issue occurs when there are multiple paths in the DAG leading from the source to the target of a Boolean wire.
The following code snippet:
gives:
The text was updated successfully, but these errors were encountered: