QuTech-Delft / OpenQL

OpenQL: A Portable Quantum Programming Framework for Quantum Accelerators. https://dl.acm.org/doi/10.1145/3474222
https://openql.readthedocs.io
Other
99 stars 44 forks source link

[WIP] Additional extensions to the modular API #320

Closed razvnane closed 4 years ago

razvnane commented 4 years ago

This PR provides more extensions to the compiler class and its APIs, as well as new compiler passes consistent with the old pass sequence, but called independently in a sequence programmed by the user. For illustration purposes, see the newly added test in tests/test_modularity.py.

Please note that the PR does not build correctly because: