QuTech-Delft / OpenSquirrel

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

Initial register management implementation #167

Closed rturrado closed 6 months ago

rturrado commented 6 months ago

Start encapsulating the management of the qubit and bit registers. Consider virtual and physical qubits. Define virtual qubits from the AST requirements. Define physical qubits from the hardware requirements. Update mappers to make use of these abstractions to map from virtual to physical qubits.