qiskit.providers.aer.jobs.AerJob.result¶
- AerJob.result(timeout=None)[소스]¶
Get job result. The behavior is the same as the underlying concurrent Future objects,
https://docs.python.org/3/library/concurrent.futures.html#future-objects
- 매개변수
timeout (float) – number of seconds to wait for results.
- 반환
Result object
- 반환 형식
qiskit.Result
- 예외 발생
concurrent.futures.TimeoutError – if timeout occurred.
concurrent.futures.CancelledError – if job cancelled before completed.