Projects in the course FYS3150 Computational Physics at the University of Oslo.
Usage is project specific. We use qt creator for compiling c++, and a combination of python, terminal and bash for creating input files, running the executable, and analysing output.
Poisson equation. Spherically symmetric case solved using Thomas algorithm.
- Was done at another repo.
Two electrons in a harmonic oscillator potential. Schrödinger equation solved using the Jacobi algorithm and LU decomposition.
Celestial bodies in a vacuum. Newtonian dynamics with relativistic correction for Mercury solved using Velocity Verlet with an Object Oriented approach.
Phase transitions of the two dimensional Ising Model. Studied using the Metropolis algorithm.
- Individual reports
Molecular Dynamics.