quil-rs icon indicating copy to clipboard operation
quil-rs copied to clipboard

DELAY should require at least one qubit identifier

Open notmgsk opened this issue 2 years ago • 0 comments

According to the spec

⟨Delay⟩ ::= DELAY ⟨Qubit⟩+⟨Frame Identifier⟩*⟨Expression⟩

i.e. DELAY needs one or more qubit identifiers. Currently DELAY "ro_rx" "ro_tx" 0.5 parses without error.

Probably need a many1 in here.

notmgsk avatar Feb 21 '23 20:02 notmgsk