unitaryfund / pennylane-qrack

The PennyLane-Qrack plugin integrates the Qrack quantum computing framework with PennyLane's quantum machine learning capabilities.
https://pennylane-qrack.readthedocs.io/
Apache License 2.0
3 stars 0 forks source link

Various debugging #4

Closed WrathfulSpatula closed 1 month ago

WrathfulSpatula commented 1 month ago

I went through the Python and Catalyst back ends and fixed several problems, by eyeball. The QFT tutorial still isn't working 100% correctly, for one thing, but it seems to be getting closer, as a result of this work.

WrathfulSpatula commented 1 month ago

The latest version of Catalyst won't even proceed past compilation, to dispatch gates to the device. For now, I am merging this, because it contains updates for the Python device that fix dynamic allocation. (I have self-reviewed the PR.)