Qiskit / openqasm3_parser

Parser and semantic analyzer for the OpenQASM3 language
Apache License 2.0
11 stars 12 forks source link

Initializing bit with measurement errors #200

Closed jlapeyre closed 7 months ago

jlapeyre commented 7 months ago
bit mid = measure $2;

Results in IncompatibleTypeError.

Version: Not a regression. I'm pretty sure this never parsed correctly.