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

Current implementation for qiskit backend needs transpiled circuit #4

Open
jf-kong opened this issue Feb 21, 2024 · 2 comments
Open

Comments

@jf-kong
Copy link

jf-kong commented Feb 21, 2024

Following on the discussion during the weekly meeting, I think the current implementation needs the circuit to be transpiled by the user before execution, as the backend.run() method does not do transpilation. Perhaps this can be made clear in the documentation.

@jf-kong jf-kong changed the title Current implementation needs transpiled circuit Current implementation for qiskit backend needs transpiled circuit Feb 21, 2024
@scarrazza
Copy link
Member

@BrunoLiegiBastonLiegi could you please double check @jf-kong comment?

@BrunoLiegiBastonLiegi
Copy link
Contributor

Yes, we don't perform any transpilation here and the qiskit backend doesn't perform transpilation as well. There is already a note in the documentation about this.

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

3 participants