Skip to content

brtholomy/sandpile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sandpile

An implementation of the original model of Self-Organized Criticality (SOC).

default

Do a default run and create a video:

python sandpile.py -v

big

Change the size to 40x40, run for 10,000 iterations, and see the totals in a linear distribution with the log line:

python sandpile.py -s 40 -i 10_000 -t -l

totals

log

See all options:

python sandpile.py --help