Skip to content

halvarsu/FYS3150

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

FYS3150 Computational Physics

Projects in the course FYS3150 Computational Physics at the University of Oslo.

Usage

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.

Descriptions

Project 1

Poisson equation. Spherically symmetric case solved using Thomas algorithm.

Project 2

Two electrons in a harmonic oscillator potential. Schrödinger equation solved using the Jacobi algorithm and LU decomposition.

Project 3

Celestial bodies in a vacuum. Newtonian dynamics with relativistic correction for Mercury solved using Velocity Verlet with an Object Oriented approach.

Project 4

Phase transitions of the two dimensional Ising Model. Studied using the Metropolis algorithm.

  • Individual reports

Project 5

Molecular Dynamics.