Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Documentation

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.