qiskit.providers.ibmq.managed.ManagedJob.result¶
- ManagedJob.result(timeout=None, partial=False, refresh=False)[소스]¶
Return the result of the job.
- 매개변수
timeout (
Optional
[float
]) – Number of seconds to wait for job.partial (
bool
) – IfTrue
, attempt to retrieve partial job results.refresh (
bool
) – IfTrue
, re-query the server for the result. Otherwise return the cached value.
- 반환 형식
Optional
[Result
]- 반환
Job result or
None
if result could not be retrieved.- 예외 발생
IBMQJobTimeoutError – If the job does not return results before a specified timeout.