Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

goropikari/Percolation.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Percolation

This package is simulation tool for percolation theory.
You can plot percolation probability graph and cluster. You can also compute cluster properties.

Support for following lattice site percolation.

  • Square lattice
    • nearest neighbor
    • next nearest neighbor
  • Triangular lattice
  • Honeycomb lattice

In order to learn how to use this package, see example/percolation.ipynb.

GUI

julia> gui()