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

Enable pure quantum struct usage in kernels with restrictions #2199

Closed
wants to merge 7 commits into from

Commits on Sep 6, 2024

  1. Start on pure quantum struct usage in kernels

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c6c16fe View commit details
    Browse the repository at this point in the history
  2. Update the python bindings with new qstruct restrictions

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2d84516 View commit details
    Browse the repository at this point in the history
  3. Enable default parenthesis constructor

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f4c47f6 View commit details
    Browse the repository at this point in the history
  4. disallow recursive quantum struct

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    95e3b94 View commit details
    Browse the repository at this point in the history
  5. Implement error handling for various cases in python

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    19d61c1 View commit details
    Browse the repository at this point in the history
  6. spell fixes

    Signed-off-by: Alex McCaskey <[email protected]>
    amccaskey committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0407c7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4009744 View commit details
    Browse the repository at this point in the history