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

Improve controlled gate support #164

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Improve controlled gate support #164

merged 2 commits into from
Mar 6, 2024

Commits on Mar 6, 2024

  1. Improve controlled gate support

    Right now, a controlled gate is included in the supported gates as long as its control qubit count is supported. This change checks whether the base gate of the controlled gate (e.g. rx for crx) is supported as well.
    speller26 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5448e03 View commit details
    Browse the repository at this point in the history
  2. Update qiskit_braket_provider/providers/adapter.py

    Co-authored-by: Jean-Christophe Jaskula <99367153+jcjaskula-aws@users.noreply.github.com>
    speller26 and jcjaskula-aws committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    adb65d6 View commit details
    Browse the repository at this point in the history