ColdAtomJob.result¶
- ColdAtomJob.result(timeout=None, wait=5.0)[source]¶
Retrieve a qiskit result object from the backend.
- Parameters:
timeout (
Optional[float]) – time after which the server is no longer queried for the resultwait (
float) – waiting time between queries for the result of the backend
- Return type:
Result- Returns:
qiskit.result object that contains the outcome of the job