## Simulation of galaxy collision in 2D and 3D using the Barnes Hut Algorithm
## Simulation of galaxy collision in 3D using the Barnes Hut Algorithm
---------
Summary of files and their functionalities:
@@ -32,8 +32,6 @@ Please make sure to read the code description/specification, since it will guide
- To avoide infinity gravitational forces at infinitesimally small distances between particles, a cutoff distance is applied. The pair-wise distances between never drop below it.
- Once a particle exits the frame of the snapshot, it loses its contribution to the center of mass of the "galaxy" and once it reenters the frame, it returns its contribution to the center of mass.
---------
We recommend using VS_code, Spyder, or Jupyter notebook editiors to run this simulation. Enjoy :)
\ No newline at end of file
We recommend using VS_code, Spyder, or Jupyter notebook editiors to run this simulation. Enjoy :)