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
AerSimulator.coupling_map returns the coupling_map instead of None.
Suggested solutions
AerSimulator.set_options allows users modify coupling map on-demand. It might be good to overload BackendV2.coupling_map to generate a coupling map dynamically.
The text was updated successfully, but these errors were encountered:
Informations
What is the current behavior?
AerSimulator
becomesBackendV2
butAerSimulator.coupling_map
does not seem properly generated.Steps to reproduce the problem
output
What is the expected behavior?
AerSimulator.coupling_map
returns the coupling_map instead of None.Suggested solutions
AerSimulator.set_options
allows users modify coupling map on-demand. It might be good to overloadBackendV2.coupling_map
to generate a coupling map dynamically.The text was updated successfully, but these errors were encountered: