Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vivelev/mechanix
Classical Mechanics in JAX
https://github.com/vivelev/mechanix
jax physics
Last synced: about 6 hours ago
JSON representation
Classical Mechanics in JAX
- Host: GitHub
- URL: https://github.com/vivelev/mechanix
- Owner: VIVelev
- License: mit
- Created: 2023-08-31T21:57:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T22:41:33.000Z (3 months ago)
- Last Synced: 2024-08-21T00:15:20.628Z (3 months ago)
- Topics: jax, physics
- Language: Python
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mechanix
A small library of utilities to explore Classical Mechanics, heavily inspired by _scmutils_ presented
in the book [Structure and Interpretation of Classical Mechanics](https://groups.csail.mit.edu/mac/users/gjs/6946/sicm-html/book.html)
by Sussman and Wisdom, and implemented in [JAX](https://jax.readthedocs.io/en/latest/), taking advantage of the
awesome function transformations/compositions!To get a quick overview, checkout the [examples/](examples/) folder (for instance the simple [pendulum example](examples/pendulum.py)),
or visit [In search of Hidden Conservation Laws](https://vivelev.xyz/hiddenLaws)
to see a cool demo of what the library is capable of!