ivarhaugerud / FYS3150

My work in the course "FYS3150 - Computational physics" at UiO. This was done in collaboration with Cecilie Glittum (https://github.uio.no/cecilgl). The original github repository can be found at https://github.uio.no/cecilgl/FYS4150

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FYS4150

This repository contains the works of Ivar Svalheim Haugerud and Cecilie Glittum related to the course FYS4150 Computational Physics at the University of Oslo.

Project 1: Solving the 1D Poisson equation

In project 1, we solved the one dimensional Poisson equation. The code is found in the directory project1.

Project 2: Eigenvalue problems in physics - Solving the Schrödinger equation

In project 2, we solve two types of eigenvalue problems; the buckling beam and the Schrödinger equation for quantum dots. The code is found in the directory project2.

Project 3: The Solar System

In project 3, we solve coupled differential equations for the solar system. We have written a general code for n bodies where you have the possibilities of keeping the sun at rest, include the movement of the sun and include relativistic corrections to the acceleration. The simulations use an included data file containing the positions and velocities of a wide range of objects in the Solar System. The positions and velocities are dated 2018-Sep-28 00:00:00.0000 TDB and extracted from NASAs JPL HORIZONS. All the code for simulating the Solar System is found in the directory project3.

Project 4: The 2D Ising model

In project 4, we solve the 2D Ising model using Monte Carlo simulations and the Metropolis algorithm. The code is found in the directory project4.

Project 5: Variational Monte Carlo of electrons in a quantum dot

In project 5, we use variational Monte Carlo to approximate the ground state energy of to interacting electrons in a quantum dot. The code is found in the directory project5.

About

My work in the course "FYS3150 - Computational physics" at UiO. This was done in collaboration with Cecilie Glittum (https://github.uio.no/cecilgl). The original github repository can be found at https://github.uio.no/cecilgl/FYS4150


Languages

Language:C++ 63.7%Language:TeX 29.1%Language:Python 7.2%Language:Makefile 0.1%