STM Express Modules

Introduction

The STM codes are a suite of application codes and AVS modules to display both geometric structure and electronic properties. Electronic and geometrical structural information is obtained from either Density Functional Theory (DFT) or Schrödinger Theory, using a variety of computational or experimental approaches. For more information see the original paper presented at the AVS97 User meeting.

Geometric Structure

Geometric structures are read from data files which contain either experimental or computed structure information. The STM codes can read structural information from:

  1. Plain XYZ Coordinates called PlainCoord. Atom types specified by numerical entry in periodic table.
  2. XYZ Coordinates called coord. Atom types specified by atomic name as a character string.
  3. Gaussian© Cube Files called Cube.
  4. Brookhaven Protein Data Bank called pdb.
  5. GAMESS Coordinates via a PERL script called PGamess.
  6. GAMESS Plotting Option called Gamess Cube.
  7. MSI DCAR called Dcar.
  8. DMOL XYZ called DMOL_XYZ.
  9. Mopac Electrostatic Potential called Mopac ESP.
  10. Mopac coordinates called Mopac XYZ.
  11. MOL2 called mol2.
  12. MOL called mol.
  13. CHEM3D called Chem3d.
  14. Molecular Mechanics Code MM3 called mm3.

The geometric structure reader is called mol_c Module MOL_C. The User Interface for this module is in two parts:

XP Mol C UI

INPUT - The parameters that controls how the data is read.

  1. Pause the display. This pauses the module from processing and allows the user to set the input correctly (Select File Type and Units).
  2. Select the type of file to read.
  3. Select a value for the type of units. Note that for some displays the default atom-atom bond or hydrogen-atom bond values are not correct. Sliders Set Bond Scale Factor and Set Hydrogen Bond Scale Factor allow for scaling the display.
  4. Select a file to read.
  5. Uncheck the Pause.
    Note, when initially starting the application, you may also have to press the start button. This is due to how AVS/Express will save the application.

OUTPUT

  1. Select the type of display. The display options are:
    1. Select to show or hide the hydrogen atoms.
    2. The Set Sphere Size type-in allows the user to scale the size of the atom spheres.
    3. ball and stick display spheres connected by single lines. The bonds are determined by two atoms being close (within a cutoff) specified in the module. The atoms are colored by type.
    4. cpk also known as space-filling model. The radii of the atoms are the van der Waals radii also specified in the module.
    5. colored stick is also just the bond structure colored by atom type.
    6. colored residue is a residue based display, and each residue is colored differently.

A partial list of the atom type colors.

Atom Type
 
Color
 
Hydrogen White
Carbon Green
Oxygen Red
Sulfur Yellow
Nitrogen Blue
Heavy Atoms Gray or purple

An example network using mol_c is shown below. The main connection for mol_c is to the SingleWindowApp UViewer3D module.

MolDisplay1.gif MolDisplay2.gif

view.jpg

Electronic Structure

The STM AVS Express modules will read data from either the Gaussian Cube Option or a plot file from GAMESS. Electron densities are obtained from Density Functional Theory (DFT) via the Kohn-Sham (KS) orbital-density equations or from wave function functional via the Schrödinger equation.

Gaussian Cube Reader

The Gaussian Cube Reader module reads the Gaussian Cube file output. The cube output in the example below is denoted (commonly) with a .grd for the density, HOMO and ESP properties, respectively.

The module is used in the following example network:

G94_net.gif

To give the following display:

G94Display.gif


G94_slice.gif

GAMESS output

The GAMESS Plot file readermodule reads the .F33 file output from GAMESS. The file can have any extension.

The module is used in the following example network:

gamess_net.gif

To give the following display:

gamess_pic.gif