Skip to content

junghans/mdlj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple (micro)canonical Molecular Dynamics simulation of a Lennard-Jones fluid

This code was mainly written for educational purposes and to test the performance of different neighbor search algorithms

Algorithms

  • Periodic boundary conditions
  • 2nd order Verlet integrator
  • 1st order Verlet with thermostat
    • Langevin thermostat
    • DPD thermostat
  • Neighbor search
    • N square
    • Verlet lists on N square
    • Linked-cell lists
    • Verlet lists on linked-cell lists

Issues

Report bugs on the github issues site

Build Status codecov.io

About

Simple microcanonical Molecular Dynamics simulation of a Lennard-Jones fluid in a periodic boundary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published