An open API service indexing awesome lists of open source software.

https://github.com/marvinfriede/molecular-dynamics

Molecular Dynamics Program with Velocity Verlet Algorithm
https://github.com/marvinfriede/molecular-dynamics

Last synced: 11 months ago
JSON representation

Molecular Dynamics Program with Velocity Verlet Algorithm

Awesome Lists containing this project

README

          

# Molecular Dynamics Program

A simple implementation of a Molecular Dynamics simulation making use of the velocity Verlet algorithm. The program was written in the context of the *Molecular Dynamics of Time-Dependent Phenomena* course taught in the winter term 2021/2022.

The program was developed using the [Fortran Package Manager (fpm)](https://github.com/fortran-lang/fpm).
Run with `fpm run`.