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
it seems your touches function is just occupied_locs function.
From your current implementation, it seems in general implements the steps described in the stack exchange, so I think it makes sense. Please feel free to make a PR, so we can further improve the implementation.
Request for a function equivalent to
circuit.depth()
in Qiskit.Here is the logic to find the depth, note that since at each step, the depth of the
AbstractBlock
needs to be added, which may not just be 1.I may have missed this in the docs and the issues, or it may be called differently, and if so, please close the issue.
The text was updated successfully, but these errors were encountered: