QuTech-Delft / OpenSquirrel

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

Manage bit (register) variables #233

Closed rturrado closed 2 months ago

rturrado commented 2 months ago

Add a bit register to the register manager. Add a bit side to the measure instructions. Add a bit register size to the circuit builder constructo. Change writer to write out cQASM 3.0-beta1 compliant code. Move writers out of exporter folder and onto writer folder.

elenbaasc commented 2 months ago

Nice work! Hardly any comments 😃