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 optimization_preferences used in generate_ai_pass_manager method #130

Merged
merged 7 commits into from
Nov 15, 2024

Conversation

cbjuan
Copy link
Member

@cbjuan cbjuan commented Nov 15, 2024

Summary

Fixes #129

Details and comments

Also, this PR ensures Runtime is installed for the local mode dependencies.

victor-villar
victor-villar previously approved these changes Nov 15, 2024
@jesus-talavera-ibm
Copy link
Contributor

jesus-talavera-ibm commented Nov 15, 2024

Please add release-notes/unrelease/129.bug.rst

"cnot_layers",
"n_cnots",
"layers",
"n_gates",
),
],
qiskit_transpile_options: dict = {},
Copy link
Collaborator

Choose a reason for hiding this comment

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

We need to make this default None or we risk changing the default dict for next calls.

victor-villar
victor-villar previously approved these changes Nov 15, 2024
@cbjuan cbjuan merged commit e3191ee into main Nov 15, 2024
4 checks passed
@cbjuan cbjuan deleted the fix-ai-pm branch November 15, 2024 18:30
@cbjuan cbjuan mentioned this pull request Nov 15, 2024
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.

Bug in generate_ai_pass_manager's optimization_preferences
3 participants