Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redjasm/fys3150

My projects for FYS3150 – Computational Physics
https://github.com/redjasm/fys3150

Last synced: 7 days ago
JSON representation

My projects for FYS3150 – Computational Physics

Awesome Lists containing this project

README

        

# Source code and LaTex Files for FYS3150/FYS4150 Computational Physics

This course gives an introduction to numerical methods for solving problems in physics and chemistry, i.e. methods for solving ordinary and partial differential equations, matrix operations and eigenvalue problems, numerical integration, Monte Carlo methods, and modeling. The course also covers a short and hands-on introduction to programming in C++ and version control with git, and provides training in how to write a scientific report.

[Course website](https://www.uio.no/studier/emner/matnat/fys/FYS3150/index-eng.html)

### Prequsites
- C++ compiler
- Armadillo library
- Python

### Compiling and running the code
To compile the code, run the following command in the terminal
```zsh
make
```
To run the code, run the following command in the terminal
```zsh
./solution.exe
```
### Projects
- Project 1: [main.pdf](./project1/main.pdf)
- Project 2: [main.pdf](./project2/main.pdf) with [Émilie Valle](https://github.uio.no/emilival)
- Project 3: [main.pdf](./project3/main.pdf) with [Émilie Valle](https://github.uio.no/emilival)