next up previous
Next: Molecular Dynamics Simulation Up: Monte Carlo Simulation Previous: Case Study 4 (F&S


Suggest Project: Lennard-Jones Dumbbells

In Sec. 3.5, MC simulation of 2D disk dumbbells was presented to introduce MC simulation using more than one kind of trial move; in that case, displacement of randomly selected molecules and rotation of randomly selected molecules. For this suggested project, we can imagine performing simulations of dumbbells in 3D in a completely analogous manner. Modify the code mclj.c such that every even numbered particle is bonded to its odd-numbered neighbor one up. Each such pair forms a molecule, and trial moves consist of (1) moves of molecule centers by a distance $\Delta{\bf r}$, and (2) rotations of molecules by random angular displacements $(\Delta\theta,\Delta\phi)$. (Recall how one must sample polar angles to maintain uniform density of direction in 3D space: one must sample uniformly from $\cos\theta$!) An interesting quantity to measure is the orientational correlation function $P_2\left(\cos\theta_{ij}\right)$ (Eq. 88) as a function of density.



cfa22@drexel.edu