g++ -O neighbor.C spheres.C box.C sphere.C event.C heap.C read_input.CThe codes use
n_dims ! Euclidian space dimensionality d
N 1 ! Total number of particles
N ! Same as above
D ! Sphere diameter
Lambda ! Lattice vectors for unit cell, here a unit cube
T T T ! Periodic boundary conditions along all dimensions
x1 y1 z1 ! Coordinates of first sphere center
x2 y2 z2 ! second, etc...
...