A library for solving differential equations with PINNs and DeepONets
Project description
PinnDE
Physics Informed Neural Networks for Differential Equations (PinnDE) is an open-source library in Python 3 for solving ordinary and partial differential equations (ODEs and PDEs) using both physics informed neural networks (PINNs) and deep operator networks (DeepONets). The goal of PinnDE is to provide a user-friendly library as an alternative to the more powerful but more complex alternative packages that are available within this field. This library provides simple, user-friendly interfacing of solving methods which can easily be used in collaboration with non-proficient users of python or the library, where collaborators should be able to understand the contents of the code quickly and without having to learn the library themselves. We also propose the use of PinnDE for education use. Methods in this field may be taught by educators at a low level may be understandable to students, but the code to implement these ideas can be large and more difficult to grasp. PinnDE provides simple implementations where students can experiment with different variations of model parameters and training methods without needing to delve into low level implementations.
The documentation can be found here
Installation
This package requires numpy, tensorflow, jax/flax/optax, matplotlib, and pyDOE. These are all installed with the package. If version of a package already installed which is above the requirements for PinnDE, then currently package won't be upgraded when installed.
Installing can simply be done with pip in the command line with
pip install pinnde
Citing
If PinnDE is used in academic research, please cite the paper found here, or with the corresponding BibTex citation
@article{matthews2024pinnde,
title={PinnDE: Physics-Informed Neural Networks for Solving Differential Equations},
author={Matthews, Jason and Bihlo, Alex},
journal={arXiv preprint arXiv:2408.10011},
year={2024}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pinnde-1.1.0.tar.gz.
File metadata
- Download URL: pinnde-1.1.0.tar.gz
- Upload date:
- Size: 111.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64fb94003225b826dece04f5a6155543fee77c80c00b1d8a0cbda0b440991b1c
|
|
| MD5 |
73b9efd72cffe71a479dc980a3fcca2a
|
|
| BLAKE2b-256 |
be3add3e684c51a2f273a225f802df99cb9a0120779d81b0626404d197a0ea22
|
File details
Details for the file pinnde-1.1.0-py3-none-any.whl.
File metadata
- Download URL: pinnde-1.1.0-py3-none-any.whl
- Upload date:
- Size: 266.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed6ced175de01a3350eea7e2a0e0e3724e62bb7dd95d1fb4002651c7130b49ca
|
|
| MD5 |
473b2821390b9acd7bf3231f5c4aae1d
|
|
| BLAKE2b-256 |
ea4956954ddc271e54ec155f22d14725bc4ac89e09bd28fff2924e04257965dc
|