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: Unpickling an AbstractInstruction will result in an AbstractInstruction instead of a quil Instruction #1801

Merged
merged 8 commits into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. fix: The DefMeasureCalibration class returns pyQuil `AbstractInstru…

    …tcion`s instead of `quil` `Instruction`s
    MarquessV committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6120f33 View commit details
    Browse the repository at this point in the history
  2. fix: Unpickling an AbstractInstruction will result in an AbstractInst…

    …ruction instead of a `quil` Instruction
    MarquessV committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e2e64c3 View commit details
    Browse the repository at this point in the history
  3. fix ruff checks

    MarquessV committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e7e7f3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    812a7af View commit details
    Browse the repository at this point in the history
  5. mypy is wrong

    MarquessV committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    05617ce View commit details
    Browse the repository at this point in the history
  6. fix tests

    MarquessV committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8ae1683 View commit details
    Browse the repository at this point in the history
  7. fix typo

    MarquessV committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ccf0dac View commit details
    Browse the repository at this point in the history
  8. fix assertion

    MarquessV committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c2d517b View commit details
    Browse the repository at this point in the history