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
The deprecated API usage should be updated. We should decide which workflow to support. The documentation currently suggests reloading the job data outside of the qiskit-experiments API here. We could decide that something like that is the supported path or we could try to restore the automatic reloading of data from job ids.
The text was updated successfully, but these errors were encountered:
wshanks
changed the title
ExperimentData uses some deprecated backend.retrieve_job methodExperimentData uses deprecated backend.retrieve_job method
Mar 19, 2023
Informations
What is the current behavior?
ExperimentData._retrieve_data
uses the deprecatedbackend.retrieve_job()
method:https://github.com/Qiskit/qiskit-experiments/blob/main/qiskit_experiments/framework/experiment_data.py#L951
retrieve_job
was moved to a different interface according to qiskit-ibm-provider's release notes.The deprecated API usage should be updated. We should decide which workflow to support. The documentation currently suggests reloading the job data outside of the qiskit-experiments API here. We could decide that something like that is the supported path or we could try to restore the automatic reloading of data from job ids.
The text was updated successfully, but these errors were encountered: