
Trajectories of four dimers from a hard-disk-dumbbell Monte Carlo simulation.
Getting the example code
All example code for this course lives in one GitHub repository, Abrams-Teaching/instructional-codes.
Clone it once, then git pull for updates throughout the term:
git clone https://github.com/Abrams-Teaching/instructional-codes.git
The starter codes are in the originals/ subdirectory. Do all of your editing, compiling, and running in a my_work/ subdirectory (which is git-ignored), so that a git pull cleanly brings in new codes without conflicts.