Skip to content

Commit

Permalink
Added Python versions of linked-list MD modules with associated docum…
Browse files Browse the repository at this point in the history
…entation
  • Loading branch information
Michael-P-Allen committed Oct 1, 2017
1 parent 6ed5e84 commit 35fe364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_examples/CONTENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 35fe364

Please sign in to comment.