A testing ground for quantum computing compilation ideas in xdsl

12 stars 9 forks 12 watchers Python Apache License 2.0
2 Open Issues Need Help Last updated: Oct 22, 2025

Open Issues Need Help

View All on GitHub
QIR export 7 days ago

AI Summary: This issue proposes adding a QIR export backend to the project. Due to compatibility issues with QIR's older LLVM version, direct lowering is not feasible. The solution involves using PyQIR to implement the backend, which will require creating a `qir` dialect mirroring QIR operations and types, and then developing a function to print QIR assembly from this dialect using PyQIR.

Complexity: 4/5
good first issue unitaryHack2025

A testing ground for quantum computing compilation ideas in xdsl

Python
Add DynRZGate about 2 months ago
good first issue

A testing ground for quantum computing compilation ideas in xdsl

Python