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 mistaken QPY custom-instructions documentation (backport #12216) #12223

Merged
merged 1 commit into from
Apr 19, 2024

Commits on Apr 19, 2024

  1. Fix mistaken QPY custom-instructions documentation (#12216)

    `num_custom_gates` is not actually part of the `CIRCUIT_HEADER` structs
    in any version of QPY.  The number of custom-instruction objects is
    instead stored as a `uint64_t` inline in the `CUSTOM_DEFINITIONS` part
    of the file, so separately to the rest of the header.
    
    (cherry picked from commit 5dbc0c0)
    jakelishman authored and mergify[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3c8f0f1 View commit details
    Browse the repository at this point in the history