inQWIRE / SQIR

A Small Quantum Intermediate Representation
MIT License
79 stars 24 forks source link

Fixed Rz gates, added printing gates in python, and qiskit transpiler pass #5

Closed akshajgaur closed 4 years ago

akshajgaur commented 4 years ago

The Qiskit transpiler is functional given a benchmark, but still needs to be able to decompose u2, u3 gates .

khieta commented 4 years ago

Thanks for the hard work!