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

Give correct type to qubit register param in def #184

Merged
merged 1 commit into from
Mar 21, 2024

Commits on Mar 21, 2024

  1. Give correct type to qubit register param in def

    Previously the type of any quantum parameter was `Qubit`. This
    commit gives a qubit register the correct type, that is a one
    dimensional qubit array.
    
    A test was in place that verified the wrong behavior. Now it verifies
    the correct behavior.
    
    Unrelated changes made while debugging: Some default match arms
    were changed to be explicit.
    jlapeyre committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fb42168 View commit details
    Browse the repository at this point in the history