Event-driven molecular dynamics: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
m (Removed stub template)
(Added a reference and link to sample code)
 
Line 12: Line 12:
==External links==
==External links==
*[ftp://ftp.dl.ac.uk/ccp5/ALLEN_TILDESLEY/F.10 HARD SPHERE MOLECULAR DYNAMICS PROGRAM] example code (in FORTRAN) from [http://www.oup.com/uk/catalogue/?ci=9780198556459 M. P. Allen and D. J. Tildesley "Computer Simulation of Liquids", Oxford University Press (1989)]
*[ftp://ftp.dl.ac.uk/ccp5/ALLEN_TILDESLEY/F.10 HARD SPHERE MOLECULAR DYNAMICS PROGRAM] example code (in FORTRAN) from [http://www.oup.com/uk/catalogue/?ci=9780198556459 M. P. Allen and D. J. Tildesley "Computer Simulation of Liquids", Oxford University Press (1989)]
*[https://github.com/FSmallenburg/EDMD Github repository] with Event-driven molecular hard sphere code (in C) from [https://doi.org/10.1140/epje/s10189-022-00180-8 Frank Smallenburg, "Efficient event-driven simulations of hard spheres", European Physical Journal E '''45''', 22 (2022)]


[[category:molecular dynamics]]
[[category:molecular dynamics]]

Latest revision as of 14:21, 26 April 2024

Event-driven molecular dynamics is often used to simulate hard or piecewise continuous models (rather than the more familiar time-driven molecular dynamics used for soft models). An example of an event is a collision. One of the first examples of the use of such an algorithm was in the study of hard disks in 1959 [1]. The application of event-driven molecular dynamics to non-circular/spherical particles is substantially more challenging [2]

See also[edit]

References[edit]

Related reading

External links[edit]