The VolMap plugin provides a graphical front-end for VMD's volmap command. The VolMap plugin creates volumetric maps (3D grids containing a value at each grid point) based on the atomic coordinates and properties of a specified atom selection. The generated maps can then be visualized in VMD using the Isosurface and VolumeSlice representations or using the Volume coloring mode.

Map Generation Parameters

The plugin allows you to specify the following: In order to generate a new volumetric map, fill in the desired paramters and click on the "Create Map" button.

Map Types

The various volumetric data map types currently supported by VolMap are listed as follows. Please note that when a map type refer's to an atoms radius or beta field, etc., that these values will be read directly from VMD's associated fields for that atom. In certain cases, you may want to adjust the atom selections fields (such as radius, beta, etc.) before performing the volmap analysis.

density

Description:

Creates a map of the weighted atomic density at each gridpoint. This is done by replacing each atom in the selection with a normalized gaussian distribution of width (standard deviation) equal to its atomic radius. The gaussian distribution for each atom is then weighted using an optional weight read from one of the atoms' numerical properties, and defaults to a weight of one. The various gaussians are then additively distributed on a grid. The meaning of final map will depend of the weights chosen. For example, choosing a weight of "none" will copmpute the number density, a weight of "mass" will compute the mass density, etc.

Options:

distance

Description

Creates a map for which each gridpoint contains the distance between that point and the edge of the nearest atom (defined by its VdW sphere). In other words, each gridpoint specifies the maximum radius of a sphere centered at that point which does not intersect with the spheres of any other atoms. All atoms are treated as spheres using the atoms' VMD radii.

Options:

mask

Description:

Creates a map which is set to 0 or 1 depending on whether they are within a specified cutoff distance of any atoms in the selection. The mask map is typically used in combination with other maps in order to hide/mask data that is far from a region of interest.

Options:

occupancy

Description:

Each grid point is set to either 0 or 1, depending on whether it contains onbe or more atoms or not. When averaged over many frames, this will provide the fractional occupancy of that grid point. By default, atoms are treated as spheres using the atomic radii and a gridpoint is considered to be "occupied" if it lies inside that sphere.

Options:

Map Output Parameters

You may choose how to output the result of your computations.