Scientific visualization is a powerful method to display the results of computer simulations and/or experimental measurements. The functionality of the Application Visualization System (AVS) from Advanced Visual Systems, Inc. modules have been ported to the Immersadesk© environment from Pyramid Systems, Inc.
There are two applications, one called IMolecule for the display of the geometric structure of molecules and the other is IMD for the display of the results of molecular dynamics simulations.
The IMolecule application code is designed to read geometric structure information of a molecule from a variety of file formats. For more information see the SC97 presentation.
For these displays, the visualization process begins by reading the structural information and other output data from the calculation. The data is currently displayed using traditional ball and stick models. The size of the atom is determined from the van der Waals radii, and one can input coordinates in either Bohrs or Angstroms.
To run type:
IMolecule filename filetype units
Navigation throughout the molecule is accomplished by:
The program currently can read structural information from the following types of files:
The IMD application code is designed to read the results of a molecular dynamics (MD) simulation of spherically symmetric, electrically neutral atom system interacting via a Lennard-Jones potential. The atoms are displayed as spheres, colored by the magnitude of the velocity. (Red being the fastest and blue being the slowest). For more information see the SC97 presentation.
The executable file is CaveDyn0, which is set to
read the file mdvis.dat.kenf_N64
1000 time steps 64
particles. The source file is CaveDyn0.c for the
the CaveDyn0 executable and lastly, a Makefile to make the
executable, make cave0 to make the
CaveDyn0 executable.