This repository contains scripts to solve partial differential equations with the Euler method and neural networks. Moreover, a neural network algorithm is used to solve an eigenvalue problem. This repository was setup for project 2 of the lecture Computational Physics and Machine Learning.
- Task Description
- Scripts for Euler Solver can be found here
- Scripts for Neural Network Solver can be found here
- Scripts for Eigenvalue Problem Solver can be found here
- Create conda environment
conda create --name compsci_project_2 --file requirements.txt
- Run one of the following lines depending on your use case.
# if you only want to run the code
python setup.py install
# if you want to change some scripts later
python setup.py develop
All contributors are part of the CompSci doctoral program which is managed by the Faculty of Mathematics and Natural Sciences at the University of Oslo (UiO). The program is partly funded by the EU Horizon 2020 under the Marie Skłodowska-Curie Action (MSCA) - Co-funding of Regional, National and International Programmes (COFUND).