Open itrosen opened 2 years ago
I would love to see this feature as well!
This feature would be very much appreciated in the quantum computing community
I've just enabled complex types on the latest commit. Give it a try and if there are issues, let me know.
To install the latest commit:
pip install git+https://github.com/rtqichen/torchdiffeq
Thanks a lot!! 🥳 I tested it quickly on an example I had at hand, and it worked perfectly 👌 I'll make sure to notify you of any issues that I come across.
Thank you! This worked for me too! Just a heads up that I had to uninstall the package before installing the newest commit successfully. Use pip uninstall torchdiffeq
Is there a way to use vectors and diff eqs with complex coefficients? Thanks!
RuntimeError: "lt_cpu" not implemented for 'ComplexFloat'