idrl-lab / PINNpapers

Must-read Papers on Physics-Informed Neural Networks.
MIT License
796 stars 139 forks source link

PINN software addition #11

Open dario-coscia opened 4 months ago

dario-coscia commented 4 months ago

HelloπŸ‘‹πŸ» Great job in putting a lot of PINN literature just in one place!

I saw you have a software section, and I suggest you look at PINA if you want to add another one! PINA is an open-source Python library providing an intuitive interface for solving differential equations using PINNs, NOs or both together based on PyTorch and PyTorchLightning. In addition to implementing the state-of-the-art methodology, we provide advancement training strategies such as multiple device training, modern model compression techniques, gradient accumulation, and so on thanks to PyTorchLightning.

If you find the software interesting and helpful it would be amazing to enter the list! πŸ˜„πŸš€

Paper Link: https://joss.theoj.org/papers/10.21105/joss.05352 GitHub: https://github.com/mathLab/PINA