Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 602 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 602 Bytes

cm_nbodyrk4

An undergraduate project that solves the n-body problem using 4th-order Runge-Kutta integration, rather than Verlet integration as before. The simulation is written in pure Fortran, compiled (in the included Makefile) with gfortran. The simulation computes the motion of an $n\times n\times n$ 3D lattice of Xenon atoms in both the Lennard-Jones and Morse potential energy models. If you would like to read more about the simulation results, feel free to browse my report!