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
Implement Index<NodeIndex> for DAGCircuit (Qiskit#13683)
This removes the syntax noise of the `dag.dag()` calls when indexing by
`NodeIndex`. As it happens, this is _almost_ all of the reason we even
use the underlying graph object in `accelerate`. The only exceptions are
some needless defensive programming in
`RemoveDiagonalGatesBeforeMeasure` (which really is the same thing
underneath anyway), and in the graphviz utilities, which is legitimate.
0 commit comments