Introduction to Molecular Dynamics


This exercise is to familiarize yourself with CLAMPS, AtomViewer and the Analyzer programs. It will also deal with constant temperature simulations with a Nose thermostat.

  1. Change to the clamps directory and run CLAMPS. The run id is ex1, and it should produce the output files ex1.out, ex1.crd, and ex1.sca. (The input file can also be downloaded: ex1.in)

    This input file is in 2 dimensions and has 16 particles.

  2. Starting from the previous ex1.in file, change it to run at a temperature of kT=1 and a density of 0.3 (all using reduced units so that eps=1, sigma=1). You may want to refer to the main CLAMPS page and look at the keyword descriptions to understand the input file.

  3. Use the Nose thermostat to set the temperature at kT=1 by adding the NOSE keyword to the input file.

Move on to Exercise 2