Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 442 Bytes

File metadata and controls

11 lines (9 loc) · 442 Bytes

Python-Models

Some cute physics models in python

This is where I maintain some basic physics models in python. Current models include:

  • Vicsek model of flocking
  • Ising model of magnetism
  • Kuromoto model of synchronization

Additionally there is an animator class that can take a 2d array of models and animate them all on a single figure and save it to a gif Examples of how to use each model are the bottom of the appropriate module.