Liquid Argon Simulation

In CHEM 761 we were assigned a project to produce a simulation of liquid argon. This was a especially difficult project for me as theory and programming had to be combined together to achieve the result. Without the help of of a classmate I may have not been able to produce this.

Initially the fortran simulation utilized 3 dimensional arrays to record positions of argon atoms over time. The positions of argon atoms over time were then written to a text file and loaded onto a program called VMD for visualizaiton. Using threejs I then made the visualization browser based, instead of only being viewable in VMD or gif format.

Link to Simulation

Link to github repository