N-body gravity simulation in 2 or 3 dimensions using numpy
Find a file
2023-10-07 21:44:36 -04:00
data Added state with bodies with no initial velocity 2023-10-07 21:41:56 -04:00
.gitignore Basic working implementation 2023-10-07 16:52:20 -04:00
data.py Add constrained physics sim 2023-10-07 21:42:30 -04:00
gen_data.py Create script to generate data 2023-10-07 17:13:15 -04:00
main.py Basic working implementation 2023-10-07 16:52:20 -04:00
physics.py Clarify variable name 2023-10-07 21:44:36 -04:00
requirements.txt Basic working implementation 2023-10-07 16:52:20 -04:00