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

DELAY accepts frames with no qubits #1781

Open
2 tasks done
mhodson-rigetti opened this issue May 23, 2024 · 0 comments
Open
2 tasks done

DELAY accepts frames with no qubits #1781

mhodson-rigetti opened this issue May 23, 2024 · 0 comments
Labels
bug 🐛 An issue that needs fixing.

Comments

@mhodson-rigetti
Copy link
Contributor

Pre-Report Checklist

  • I am running the latest versions of pyQuil and the Forest SDK
  • I checked to make sure that this bug has not already been reported

Issue Description

The following pyquil program parses successfully, but is not IAW the Quil specification section 12.7 which says DELAY must have at least one qubit identifier.

program = Program("""
DELAY "FrameA" "FrameB" "FrameC" 2.48e-7
""")

Environment Context

pyquil==4.10.1

@mhodson-rigetti mhodson-rigetti added the bug 🐛 An issue that needs fixing. label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue that needs fixing.
Projects
None yet
Development

No branches or pull requests

1 participant