- runs on Windows, Solaris, Linux
- output of VRML97 (VRML2.0)
files
- creates up to 5
iso-surfaces
- each iso-surface may be
created from a different file (eg. for merging Fourier
and difference Fourier data)
- for each iso-surface
colors, iso-value and transparency can be
specified
- reads ASCII electron
density files (ASCII format adapted from Dr.Kumazawa's
MEED program)
- reads binary data (FORTRAN & JAVA
binaries, about ten times smaller than ASCII
files)
- polygon count
reduction algorithm (reduces down to 10% of original number
of polygons)
a b c alpha beta gamma
nx, ny, nz
ix, iy, iz, density[ix,iy,iz]
.........................
nx, ny, nz, density[nx,ny,nz] |
- cell dimensions (eg.: 3.0 4.0 5.0 90 90 120)
- number of divisions (eg.: 100,
100, 100)
- grid point indices and value (eg.:
1, 0, 0, 2.55567)
- repeat for all grid points |
The commas
may be left out!
Since the data files are very large, no sample file is
included in the distribution. Density values have to be
given for all grid points in the unit cell.
|