This is a dynamic simulation of single domain magnetic nano-particles inside a non-magnetic solvent.
The arguments for the program are:
- A whole number of particles
- A positive real time step size
- Six, real, end points representing the domain's lower and upper bounds. For example the cube centered at the orgin is given as: -1 1 -1 1 -1 1
- The max distance a point can interact with another point
- The number of steps
An example would be
./forces 100 .5 -1 1 -1 1 -1 1 1 10