Currently a QCDLJob exists only in the process that called run(); once it exits, the submitted problems' answers can no longer be assembled into a QCDLResult.
We could follow cloud-client's API: Client.retrieve_answer(problem_id), e.g. DWaveProvider.retrieve_job(job_id | problem_id).
Currently a
QCDLJobexists only in the process that calledrun(); once it exits, the submitted problems' answers can no longer be assembled into aQCDLResult.We could follow cloud-client's API:
Client.retrieve_answer(problem_id), e.g.DWaveProvider.retrieve_job(job_id | problem_id).