N-body-numerical-simulation
Script written in Python to integrate the equations of motion of N particles interacting with each other gravitationall…
Python★ 76⑂ 11 forksupdated 6 years ago
gravity-simulationnbodynbody-gravity-simulationnbody-problemnbody-simulationphysicsphysics-simulation
git clone https://github.com/rafael-fuente/N-body-numerical-simulation.gitrafael-fuente/N-body-numerical-simulationREADME.mdfork it — it’s yours
N-body-numerical-simulation
Script written in Python to integrate the equations of motion of N particles interacting with each other gravitationally with high precision. The script computes the equations of motion and use scipy.integrate to integrate them. Then it uses matplotlib to visualize the solution.
Requeriments
- numpy
- scipy
- sympy
- matplotlib
Example of simulation: https://www.youtube.com/watch?v=ijxwdV_ZWnc
more like this
SimGAN
Pytorch Implementation of SimGAN: Hybrid Simulator Identification for Domain Adaptation via Adversarial Reinforcement L…
Python★ 50
