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

Deprecate tuple-like access to CircuitInstruction #12640

Merged

Commits on Jun 21, 2024

  1. Deprecate tuple-like access to CircuitInstruction

    This has been the legacy path since `CircuitInstruction` was added in
    Qiskitgh-8093.  It's more performant to use the attribute-access patterns, and
    with more of the internals moving to Rust and potentially needing more
    use of additional class methods and attributes, we need to start
    shifting people away from the old form.
    jakelishman committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9a08838 View commit details
    Browse the repository at this point in the history