Physics SIM
A Molecular Dynamics simulator for computational experiment and physics visualization.
Github Link : Physics SIM
This is a library to perform Molecular Dynamics simulation of particles in Physics. This is a personal project to review my Physics while applying numerical methods.
It is mostly reinventing wheels for the learning experience, particularly to explore numerics and RK methods. I plan to use this library to generate some simulations for visualization on my blogs.
Things to work on
- Implement IVP framework from SciPy
- Wrap Manim for visualization and rendering.