Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 322 Bytes

File metadata and controls

5 lines (5 loc) · 322 Bytes

Molecular dynamics simulation

  • Source code for simulation of state of a system of molecules by numerical integration of Newton's equations of motion
  • Integration performed using Velocity Verlet algorithm
  • Read more about molecular dynamics here
  • Code written in C