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
- Host: GitHub
- URL: https://github.com/marvinfriede/molecular-dynamics
- Owner: marvinfriede
- License: mit
- Created: 2022-01-23T12:31:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T10:17:44.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T14:46:14.160Z (about 1 year ago)
- Language: Fortran
- Homepage:
- Size: 925 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`.