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
Iterating over the edges of a coupling map is really one of the primary use cases for dealing with this object outside of the transpilation stack. As it stands now, I need to remember that cmap.get_edges() must be called for V2 but not V1. Printing the coupling map from V2 shows a nested list, so naively I would expect to be able to directly iterate on it.
The text was updated successfully, but these errors were encountered:
What should we add?
Iterating over the edges of a coupling map is really one of the primary use cases for dealing with this object outside of the transpilation stack. As it stands now, I need to remember that
cmap.get_edges()
must be called for V2 but not V1. Printing the coupling map from V2 shows a nested list, so naively I would expect to be able to directly iterate on it.The text was updated successfully, but these errors were encountered: