qiskit-community / qiskit-ionq

Qiskit provider for IonQ backends
https://qiskit-community.github.io/qiskit-ionq/
Apache License 2.0
41 stars 22 forks source link

include kwargs to use wait in result #150

Closed splch closed 8 months ago

splch commented 8 months ago

Summary

can run

job = backend.run(qc)
results = job.result(wait=1)  # default is 5 seconds

Details and comments

can get results faster