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

Improvements to SymbolTable::gates function #217

Merged
merged 2 commits into from
May 2, 2024

Conversation

jlapeyre
Copy link
Collaborator

@jlapeyre jlapeyre commented May 2, 2024

Use impl trait for SymbolTable::gate return type. Return an iterator. Before, we collected the output to a Vec.

Filter U gate from output of SymbolTable::gates

The Qiskit importer otherwise needs to filter this gate out.
Other consumers probably would do so as well. If it is useful in
another context, we can add an option to include the U gate

Review comment: Qiskit/qiskit#12087 (comment)

The Qiskit importer otherwise needs to filter this gate out.
Other consumers probably would do so as well. If it is useful in
antother context, we can add an option to include the U gate

Review comment: Qiskit/qiskit#12087 (comment)
@jlapeyre jlapeyre merged commit 0b3739c into Qiskit:main May 2, 2024
7 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.

1 participant