Skip to content

emsonmez/AST_390_Final_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Final Project: Galaxy Collision Simulation

The objective of this final project is to simulate a simple case of galaxy collision using the Barnes-Hut algorithm for N-body problems [O(N²) → O(N log N)]. This project was completed as part of AST 390: Special Topics in Astrophysics and Cosmology (Computational Astronomy) at Stony Brook University Spring 2025. An example collision is provided in galaxy_collision_true.gif.

The code structure is based on the Barnes-Hut Simulator GitHub repository and article.

About

A Python implementation of the Barnes-Hut Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published