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

Not all devices have native_gateset #678

Open
vtomole opened this issue Aug 7, 2023 · 0 comments
Open

Not all devices have native_gateset #678

vtomole opened this issue Aug 7, 2023 · 0 comments
Labels
area/inbox-zero bug Something isn't working

Comments

@vtomole
Copy link
Member

vtomole commented Aug 7, 2023

What is happening?

These devices return None for the key native_gate_set when the target_info endpoint is called

  1. QSCOUT
  2. AQT

There might be others i'm missing. This issue is to fix all of them.

How can we reproduce the issue?

backend = provider.get_backend("sandia_qscout_qpu")
print(backend.target_info()['basis_gates'])
# prints
# None

What should happen?

Every device has a native gate set but we are currently not filling this info for all devices.

Environment

Most current

Any additional context?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/inbox-zero bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant