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
Using the Result from the Aer simulator results in deprecation warnings (for example when using copy.deepcopy or marginal_counts. The warning generated is
C:\develop\Python312\Lib\copy.py:434: DeprecationWarning: The class ``qiskit.qobj.common.QobjDictField`` is deprecated as of qiskit 1.2. It will be removed in the 2.0 release. The `Qobj` class and related functionality are part of the deprecated `BackendV1` workflow, and no longer necessary for `BackendV2`. If a user workflow requires `Qobj` it likely relies on deprecated functionality and should be updated to use `BackendV2`.
Informations
What is the current behavior?
Using the
Result
from the Aer simulator results in deprecation warnings (for example when usingcopy.deepcopy
ormarginal_counts
. The warning generated isAlso see Qiskit/qiskit#13084
Steps to reproduce the problem
A minimal example:
What is the expected behavior?
No warnings should be generated
Suggested solutions
The text was updated successfully, but these errors were encountered: