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
97 stars 44 forks source link

Assess visitor support for its applicability #453

Closed jvansomeren closed 1 year ago

jvansomeren commented 2 years ago

Visiting parts of IR is supported by a utility visitor class but it its use is rare. Perhaps it could be upgraded with several features to a family of visitors that have a wider applicability. Inspiration is the family of visitors in CoSy, which HvS can provide an introduction to.

jvansomeren commented 1 year ago

See #484