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

Adapt QUEASARS to changes in the qiskit_ibm_runtime #39

Closed
dleidreiter opened this issue May 28, 2024 · 0 comments · Fixed by #43
Closed

Adapt QUEASARS to changes in the qiskit_ibm_runtime #39

dleidreiter opened this issue May 28, 2024 · 0 comments · Fixed by #43
Assignees

Comments

@dleidreiter
Copy link
Collaborator

There were two relevant major changes in the qiskit_ibm_runtime in its last version. First, qiskit primitives version 1 are discontinued. This necessitates the usage of primitives version 2 in QUEASARS. Second, the ibm runtime primitives no longer allow cloud transpilation for free tier users. This means, transpilation needs to be done locally in QUEASARS. This would involve allowing the user to input a qiskit PassManager which is run in the CircuitEvaluator before passing the circuits to the qiskit primitives.

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

Successfully merging a pull request may close this issue.

1 participant