Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing method retrieve_job on Honeywell/Quantinuum backend #263

Closed
guenp opened this issue Feb 28, 2022 · 1 comment
Closed

Missing method retrieve_job on Honeywell/Quantinuum backend #263

guenp opened this issue Feb 28, 2022 · 1 comment

Comments

@guenp
Copy link
Contributor

guenp commented Feb 28, 2022

For ionq qpu, I used the following code block

simulator = myprovider.get_backend('ionq.qpu')

retrieved =simulator.retrieve_job("myid")

But similar code block does not work with Honeywell

simulator = provider.get_backend("honeywell.hqs-lt-s2")

retrieved =simulator.retrieve_job("myid")

It results in the following error message

AttributeError: 'HoneywellQPUBackend' object has no attribute 'retrieve_job'
@ricardo-espinoza
Copy link
Contributor

With the changes in #278 , the method retrieve_job() is now part of the base implementation and is available to all providers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants