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

Commits on May 2, 2024

  1. 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
    antother context, we can add an option to include the U gate
    
    Review comment: Qiskit/qiskit#12087 (comment)
    jlapeyre committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fc8dfa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86dbf90 View commit details
    Browse the repository at this point in the history