You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#48 Surfaced 2 remaining issues where the AST we produce is not consistent with the openqasm3 AST type hints.
Pragmas are not statements, I think to keep them from being added anywhere other than at the top level. I would guess they should be added to the set of valid types in a Program.statements field.
Box statements only allow QuantumStatement which does not include e.g. play openpulse function calls.
The text was updated successfully, but these errors were encountered:
#48 Surfaced 2 remaining issues where the AST we produce is not consistent with the openqasm3 AST type hints.
Program.statements
field.QuantumStatement
which does not include e.g.play
openpulse function calls.The text was updated successfully, but these errors were encountered: