Notes on the Art of Molecular Dynamic Simulations

Started: 05 Apr 2025
Updated: 04 Aug 2025

author’s work:

Table of Content

Foundational Chapters (1-5)

code: https://github.com/antble/artofmd

chapter 1-2

(Right) 2D soft-disk fluid initial state, and (Left) its trajectory

chapter 3

(Right) 3D LJ system initial state, and (Left) its trajectory

chapter 4:

Radial distribution function of a soft-sphere system

3D soft-sphere system with density of (left) 0.8, and (center) 1.1, (right) and the corresponding long range order

\begin{aligned} |\rho(\mathbf{k})| &= \sqrt{\frac{1}{N_m} \sum_{j=1}^{N_m} e^{-i\mathbf{k}\cdot \mathbf{r_j}}}\\&= \frac{1}{N_m} \sqrt{\sum_{j=1}^{N_m} \cos^2(\mathbf{k}\cdot\mathbf{r_j})+(-\sin(\mathbf{k} \cdot \mathbf{r_j}))^2} \end{aligned}

chapter 5

(left) Diffusion coefficient of a soft-sphere system at various density at T=1.0. (right) Velocity autocorrelation function at various density at T=1.0

Molecular Modeling and Constraints (6-11)

chapter 6

chapter 7

chapter 8

chapter 9

chapter 10

chapter 11

Advanced Topics and Computational Frontiers (12-18)


MD Programming