next up previous contents
Next: Molecular Symmetry Up: PSI3 Input Files Previous: Specifying the Type of   Contents


Geometry Specification

The molecular geometry may be specified using either Cartesian a Z-matrix coordinates. Cartesian coordinates are specified via the keyword geometry:
  geometry = (
     atomname1 x1 y1 z1 
     atomname2 x2 y2 z2 
     atomname3 x3 y3 z3 
             ...
     atomnameN xN yN zN 
  )
where atomname$i$ can take the following values: Hence the following two examples are equivalent to one another:
  geometry = (
     H 0.0 0.0 0.0 
     f 1.0 0.0 0.0 
     Li 3.0 0.0 0.0 
     BE 6.0 0.0 0.0 
  )
  geometry = (
     hydrogen  0.0 0.0 0.0 
     FLUORINE  1.0 0.0 0.0 
     Lithium   3.0 0.0 0.0 
     beryllium 6.0 0.0 0.0 
  )
It is also possible to include an inner set of parentheses around each line containing atomname1 x1 y1 z1.

The keyword units specifies the units for the coordinates:

Z-matrix coordinates are specified using the keyword zmat:

  zmat = (
     atomname1
     atomname2 ref21 bond_dist2
     atomname3 ref31 bond_dist3 ref32 bond_angle3 
     atomname4 ref41 bond_dist4 ref42 bond_angle4 ref43 tors_angle4 
     atomname5 ref51 bond_dist5 ref52 bond_angle5 ref53 tors_angle5 
                             ...                
     atomnameN refN1 bond_distN refN2 bond_angleN refN3 tors_angleN 
  )
where


next up previous contents
Next: Molecular Symmetry Up: PSI3 Input Files Previous: Specifying the Type of   Contents
T. Daniel Crawford 2009-02-16