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 also does not present any difficulty to give easier access to the primary data for CouplingMap in an easy manner, and solve issues like #8865 at the same time.
What should we add?
BackendV2
objects return aCouplingMap
object as thecoupling_map
. The old list-basedcoupling_map
allowed for simple iteration, such as:It would be nice if this same behavior could be done using
CouplingMap
objects. Currently one gets:TypeError: 'CouplingMap' object is not iterable
The text was updated successfully, but these errors were encountered: