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

Improved error handling and bug fixes for Python #1458

Merged
merged 9 commits into from
Apr 1, 2024

Commits on Apr 1, 2024

  1. Fix issue 1446 where bad attribute name was allowed

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c4ba293 View commit details
    Browse the repository at this point in the history
  2. Fix 1447, better errors for bad qubit types

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1b5b2c9 View commit details
    Browse the repository at this point in the history
  3. Fix 1448, support math.pi

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    be6bf5c View commit details
    Browse the repository at this point in the history
  4. Fix 1449, support len on qvector

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a026705 View commit details
    Browse the repository at this point in the history
  5. Fix 1450, catch missing paren and throw error

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    26708e0 View commit details
    Browse the repository at this point in the history
  6. Fix 1451, cast float to int for range()

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    15340c1 View commit details
    Browse the repository at this point in the history
  7. spell check

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    289ce8d View commit details
    Browse the repository at this point in the history
  8. add some docstrings

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4c395bd View commit details
    Browse the repository at this point in the history
  9. address pr comments

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    61acbd9 View commit details
    Browse the repository at this point in the history