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

Fix pickling of conditioned custom gates from OpenQASM 2 import #11175

Merged

Commits on Nov 2, 2023

  1. Fix pickling of conditioned custom gates from OpenQASM 2 import

    The condition of a gate defined by a `gate` statement in an OpenQASM 2
    program was not previously exported as part of its state during
    pickling, causing pickle roundtrips or deepcopies to lose the condition
    on the new copy.
    jakelishman committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3e207a5 View commit details
    Browse the repository at this point in the history