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
AttributeError: 'FakeHanoiV2' object has no attribute 'configuration'
In the fake V2 backend, support for legacy attributes .configuration.defaults.properties are intentionally dropped, though it is supported by the real "IBM" V2 backend for backward compatibility. Because there is no guarantee these attributes exist, we should update the pulse builder functions to use to new attributes.
We can directly modify functions without considering backward compatibility and insert the converter at
What should we add?
Currently this code doesn't work.
In the fake V2 backend, support for legacy attributes
.configuration
.defaults
.properties
are intentionally dropped, though it is supported by the real "IBM" V2 backend for backward compatibility. Because there is no guarantee these attributes exist, we should update the pulse builder functions to use to new attributes.We can directly modify functions without considering backward compatibility and insert the converter at
https://github.com/Qiskit/qiskit-terra/blob/247c29899e5d3e5b46b7aab63156c175e974579a/qiskit/pulse/builder.py#L586-L587
The text was updated successfully, but these errors were encountered: