Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 681 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 681 Bytes

blur-edges

pyCML

Python functions for rapid construction, simulation, analysis, and visualization of Coupled Map Lattices (CMLs).

Tutorial

Check the GitPitch.

Usage

  1. Write your own coupling scheme (or use one of the existing options) in couplings.py
  2. Write your own map function (or use one of the existing options) in maps.py
  3. Create your CML using the CML class.
  4. Run (and plot) your CML's dynamics using the Evolution class.

See demo.py for an example.