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

https://github.com/fandreuz/computational-physics-lab

Exercises
https://github.com/fandreuz/computational-physics-lab

fortran90 physics-simulation python3 scientific-computing

Last synced: 8 months ago
JSON representation

Exercises

Awesome Lists containing this project

README

          

# Computational Physics Lab
Weekly exercises for the course _Computational Physics Lab_ @ UniTS.

## Week 1
Course presentation, basics.

## Week 2
Pseudo-random number generators I.
![](imgs/moments_week1.png)

## Week 3
Pseudo-random number generators II.

## Week 4
Stochastic processes: radioactive decay and random walks.
![](imgs/instantaneous_position.png)

## Week 5
Numerical integration and Monte Carlo methods.
![](imgs/monte_carlo_error.png)

## Week 6
Metropolis Monte Carlo method.
![](imgs/distribution.png)

## Week 7
Ising model.
![](imgs/system.png)

## Week 8
Quantum Monte Carlo.