A repository showcasing our work on how to use PINNs to solve radiative transfer problems. This was done as part of the lecture Deep Learning in Scientific Computing held by Mishra and colleagues.
This work was done by Claudio Cannizzaro, Florian Pauschitz and Konrad Handrick.
To run, install dependencies (with a package manger of your choice).
micromamba create -n dlsc pytorch numpy matplotlib tqdm
micromamba activate dlsc
The repository additionally contains the final report and the reference paper our work builds on.