oqc-community / rasqal

A dynamically executed quantum-classical hybrid runtime.
Other
10 stars 3 forks source link

Fix Tket gate routing #66

Open chemix-lunacy opened 1 month ago

chemix-lunacy commented 1 month ago

Currently all the gate methods assume you're adding an angle not a radian to them so we get things like pi * pi for rotations. Fix up the router, along with some ease-of-use changes with the new version. We may be able to use resets innately now.

chemix-lunacy commented 4 weeks ago

Initial changes in #68. Further changes should clean it up more.