Commit da5f72a 1 parent a0ec040 commit da5f72a Copy full SHA for da5f72a
File tree 1 file changed +2
-2
lines changed
mpqp/execution/providers_execution
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
@typechecked
43
43
def run_ibm (job : Job ) -> Result :
44
44
"""
45
- Execute the job on the right IBM Q device precised in the job in parameter.
45
+ Executes the job on the right IBM Q device precised in the job in parameter.
46
46
This function is not meant to be used directly, please use ``runner.run(...)`` instead.
47
47
48
48
Args:
@@ -405,7 +405,7 @@ def extract_result(
405
405
@typechecked
406
406
def get_result_from_ibm_job_id (job_id : str ) -> Result :
407
407
"""
408
- Retrieve from IBM remote platform and parse the result of the job_id given in parameter.
408
+ Retrieves from IBM remote platform and parse the result of the job_id given in parameter.
409
409
If the job is still running, we wait (blocking) until it is DONE.
410
410
411
411
Args:
You can’t perform that action at this time.
0 commit comments