molecular dynamics animator
May 25, 2007 12:31 PM
Subscribe
Help me find software to animate my molecular dynamics simulation
For my research, I've been trying to learn about
molecular dynamics simulations. I've been trying to learn by writing up a simple MD algorithm from scratch in Java. I only have a limited knowledge of computer programming, so my simulation is probably far from the most elegant, efficient, or functional program. Nevertheless, I have managed to write a program that calculates the forces, trajectories, and velocities for a group of N particles. The program also exports the simulation output into a .txt file. There is no graphical interface, and I don't really want to program one.
I'm looking for some software that will do the animation for me. The form of the output is a list (N long) of x and y coordinates. There are as many of these lists as there are time steps in the simulation. So, for example, for 10 particles with 20 time steps, the output file would be 20 10x2 arrays. This output can be formatted or modified slightly. I'm looking for a simple program that will read those coordinates from the output file and animate them with respect to time. Free and easy to use are what I'm looking for.
posted by SBMike to computers & internet (10 comments total)
1 user marked this as a favorite
posted by chrisamiller at 1:02 PM on May 25, 2007