Skip to content

austinmyc/percolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Percolation Theory

This is a simple Python implementation of percolation theory using Union Find. The details are in main.ipynb.
Simply install the required packages in requirements.txt, clone this repo and run the notebook.

ipython==8.12.3
numpy==1.23.5
scipy==1.10.0
matplotlib==3.7.0
tqdm==4.66.2

Simulation Result (feel free to try it out yourself)

About

Python implementation of percolation theory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published