Skip to content

particleTransport is a collection of Python codes for the implementation of cellular automaton algorithms for particle transport

License

Notifications You must be signed in to change notification settings

lybesabe/particleTransport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

particleTransport

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

Dependencies

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.

Installation

cd
git clone https://github.com/lybesabe/particleTransport.git

About

particleTransport is a collection of Python codes for the implementation of cellular automaton algorithms for particle transport

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages