-
Notifications
You must be signed in to change notification settings - Fork 45
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
Decompose circuits onto the native gate set of the backend #138
Comments
This is pretty straightforward if we only care about transpiling to the native gateset. However, this isn't enough to create a truly native circuit, since considering only the gateset can produce a circuit where 2q gates are applied to non-adjacent qubits. To accurately compile to a native circuit, we'll need to consider a |
Agreeing. This is primarily a follow-up of #91. Additionally, what we have for Aspen should work out of the box for other devices. |
There are actually two more things getting in the way of native transpilation:
|
What is the expected behavior?
One could leverage further the qiskit transpiler to compose circuits onto the native gate set of the backend. A possible user experience could look like
The text was updated successfully, but these errors were encountered: