Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qiskit/providers/ibmq/ibmqjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def qobj(self):
# Populate self._qobj_payload by retrieving the results.
self._wait_for_job()

return Qobj(**self._qobj_payload)
return Qobj.from_dict(self._qobj_payload)

def properties(self):
"""Return the backend properties for this job.
Expand Down