Skip to content

ts-ivanova/mc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mc

Monte Carlo Methods

A good example of a Markov process in physics is the process of movements of electrons in a gas. Each time an electron bumps into a molecule of the gas, an elastic or non-elastic scattering can occur, and the trajectory of the electron depends only on the present state and not on the past (Markov property).

The aim of this project is to simulate electron trajectories using Monte Carlo methods. A Fortran code has already been developed (https://github.com/pisov/mc) and we are aiming to do a working version in Python as well.

Report in Bulgarian: https://www.overleaf.com/read/zwstxcpjxtgy

About

Monte Carlo Methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 70.1%
  • Python 13.0%
  • Makefile 8.0%
  • Gnuplot 5.0%
  • C 3.2%
  • Shell 0.7%