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

Fix QAOA example #1341

Merged
merged 5 commits into from
May 28, 2024
Merged

Fix QAOA example #1341

merged 5 commits into from
May 28, 2024

Conversation

akihikokuroda
Copy link
Collaborator

@akihikokuroda akihikokuroda commented May 23, 2024

Summary

fix: #1336

Details and comments

This example uses the real quantum system. It consumes a lot of usage time.

The IBM backend is not serializable now. So the backend is created in the program side.

Copy link
Member

@Tansito Tansito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @akihikokuroda , thank you!

From what I saw the error in the pipeline is due to the fix that I added in #1331

@Tansito
Copy link
Member

Tansito commented May 24, 2024

@akihikokuroda , I merged #1331 feel free to update the PR 👍

@akihikokuroda akihikokuroda merged commit 2fcf1ff into Qiskit:main May 28, 2024
15 checks passed
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 this pull request may close these issues.

docs/examples/02_qaoa doesn't work with "USE_RUNTIME_SERVICE = True"
4 participants