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

Add backend related methods to QiskitRuntimeLocalService #1606

Open
jyu00 opened this issue Apr 11, 2024 · 0 comments
Open

Add backend related methods to QiskitRuntimeLocalService #1606

jyu00 opened this issue Apr 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jyu00
Copy link
Collaborator

jyu00 commented Apr 11, 2024

What is the expected feature or enhancement?

QiskitRuntimeLocalService was created to support local testing mode and is meant to be similar to QiskitRuntimeService. The initial release of QiskitRuntimeLocalService only has the run() method, and we immediately got feedback asking for the other methods 🙂.

This issue is about adding backend related methods to QiskitRuntimeLocalService.

Acceptance criteria

Add the following methods to QiskitRuntimeLocalService

  • backends
  • backend
  • least_busy

In local testing mode, the only backend accessible are the fake backends, hence these methods should only return fake backends (e.g. backend("fake_sherbrooke") would work but not backend("ibm_sherbrooke"))

@jyu00 jyu00 added the enhancement New feature or request label Apr 11, 2024
@jyu00 jyu00 added this to the Local testing mode MVP2 milestone Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant