Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 380 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 380 Bytes

MushPy

MushPy is a Python library that simulate mushroom billiards dynamics. There are 3 examples:

Example 1 plot a simple trajectory to execute it just run:

python3 ejemplo1.py

Example 2 plot each step:

python3 ejemplo2.py

Example 3 saves the phase space data on an output file example3.dat , please plot it on gnuplot:

python3 ejemplo3.py

Thanks!