Molecular Dynamics Performance JS Model DocumentsThis material has 2 associated documents. Select a document title to view a document's information. Main DocumentMolecular Dynamics Performance JS Model
written by
Wolfgang Christian and Francisco Esquembre The Molecular Dynamics Performance JavaScript Model computes the trajectory of particles acted on by a Lennard-Jones force. This simulation was designed to test the speed of JavaScript for a computationally intensive model. The user can vary the number of particles, the number of frames per second displayed on the computer monitor, and the requested number of Verlet steps between frames. The actual number of Verlet steps per frame is shown. This number will be less than the requested number of steps on slow processors.
Published September 6, 2013
This file has previous versions. Source Code DocumentsMolecular Dynamics Performance JS Source CodeThis source code zip archive contains an XML representation of the Molecular Dynamics Performance JS Model. Unzip this archive in your Ejs workspace to compile and run this model using EJS 5. Although EJS is a Java program, EJS 5 creates a stand alone JavaScript program from this source code.
Last Modified September 30, 2014
This file has previous versions. |