particleTransport is a collection of Python codes for the implementation of cellular automaton algorithms for particle transport of a single particle on a 2D medium:
- Hopping Mechanism only
- Hopping Mechanism with tunneling
- Hopping Mechanism with backscattering
These codes are fully on python. Hence, we only need some specific packages that will be used by the code. These packages are numpy, random, and matplotlib for visualization of results.
cd
git clone https://github.com/lybesabe/particleTransport.git