From 35fe364a9aefa9e5b33348d8cd49dc80a598974b Mon Sep 17 00:00:00 2001 From: LonelyProf Date: Sun, 1 Oct 2017 11:42:23 +0100 Subject: [PATCH] Added Python versions of linked-list MD modules with associated documentation --- python_examples/CONTENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_examples/CONTENTS.md b/python_examples/CONTENTS.md index 3d5e734..71de1d7 100644 --- a/python_examples/CONTENTS.md +++ b/python_examples/CONTENTS.md @@ -193,7 +193,7 @@ a constant-temperature MC program ### 11.2 Cell structure and linked lists in sheared boundaries [md_lj_llle_module.py](md_lj_llle_module.py). This may be used -in combination with [md_nve_lj_le.py](md_nve_lj_le.py), +in combination with [md_nvt_lj_le.py](md_nvt_lj_le.py), edited so as to import routines from this module instead of [md_lj_le_module.py](md_lj_le_module.py). Despite the name, linked lists are _not_ used, as there is no advantage in Python.