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

Allow retrieving a backend with no instruction filtering #1938

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

jyu00
Copy link
Collaborator

@jyu00 jyu00 commented Sep 20, 2024

Summary

Today the use_fractional_gates flag is used to return the backend target with fractional gates OR with control flow operations. However, there are cases when a user wants to see all the instructions a backend supports. This PR allows use_fractional_gates=None, which will bypass the instruction filtering.

Details and comments

Fixes #1937

@jyu00 jyu00 requested review from kt474 and mberna September 20, 2024 18:44
@jyu00 jyu00 merged commit 819808e into Qiskit:main Sep 20, 2024
18 checks passed
@jyu00 jyu00 deleted the allow-no-gate-filtering branch September 20, 2024 19:17
@jyu00 jyu00 added the Changelog: New Feature Include in the Added section of the changelog label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: New Feature Include in the Added section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose a way to disable instruction filtering
2 participants