QuTech-Delft / OpenSquirrel

A flexible (Python-based) quantum program compiler
Apache License 2.0
7 stars 2 forks source link

[Code] Manage `bit` (register) variables #197

Closed rturrado closed 4 months ago

rturrado commented 5 months ago

Both in the IR and in the measure instructions.

This requires updating the RegisterManager to deal with a bit register.

Also, it may require the libqasm parser to go back to not using a default analyzer.