Force Field Calculations in Gaussian 03

Despite the fact that Gaussian is a program for quantum mechanical calculations, it also offers some possibilities for performing force field calculations with the AMBER, Dreiding, and UFF force fields. In contrast to quantum mechanical calculations, the input files for these types of calculations are slightly more complex as the force field calculations require clear specifications of atom type and connectivity. The following is an input file for the optimization of methanol with the AMBER force field:

The definition of the geometry of the system differs from that used in quantum mechanics calculations in two points:

1) The atom types are defined through atomic symbols as well as a force field atom type. The first line of the above input:

H-H1-

defines a hydrogen atom which is connected to a carbon atom carying one electronegative substituent. The same atom type is chosen for hydrogen atoms H5 and H6. A different atom type -HO is selected for hydrogen atom 4 connected to the oxygen atom. The atom type definitions are those defined for the AMBER force field. A full list of possible atom types can be found here.

2) The input file now also includes information on the atom connectivity. Prompted by the geom=connectivity keyword the program reads after the end of the Z-Matrix definition additional lines (one per atom) that define the bonds present in the system. The line:

1 2 1.0

defines a bond of bond order 1.0 between centers 1 and 2. This type of information is given once for every bond contained in the system. Based on a proximity criterion the program can also define bonds by itself. This does, of course, only work properly if the starting geometry is chosen well enough.

The Gaussian output file contains rather limited information on the geometries generated during the geometry optimzation if only the opt keyword is being used. This has to do with the original purpose of the implementation of force field methods in Gaussian for combination with quantum mechanical methods. In these types of QM/MM methods several microiterations are performed for the force field subsystem before one geometry optimization step is performed for the quantum mechanical system. Only after the latter a new geometry is written to the output file. A full reflection of geometry changes during optimization can be achieved using either the opt=nomicro keyword or the definition of a particular coordinate system with the opt=Z-Matrix or opt=Redundant keywords.

For each structure along the optimization pathway Gaussian reports the energy of the system as:

The energy listed here is that defined through the bonded and non-bonded interactions present in the system, the hypothetical "unstrained" state serving as the zero point of energy.

One additional aspect of force field calculations concerns the calculation of Coulomb interactions between non-bonded centers. If not specified in the input file, no charges are assigned to the atoms of the system and no Coulomb interactions are calculated. If, however, charges are included in the input file, the Coulomb interactions are calculated. This also changes the definition of the force field itself and the reported energy of the system is not directly comparable anymore to that without Coulomb interactions. The following input file for methanol contains charges derived with the CHELPG scheme at the HF/6-31G(d) level of theory:

Please observe that the charge parameters directly follow the atom type specification without a blank.

The process of building an appropriate input file for force field calculations can be vastly facilitated using GaussView. For this purpose we will use GaussViews facility to generate complete input files for any type of calculation. After designing the system of interest using, for example, the fragment library, select Gaussian... from the Calculate pull down menu. In the popup window select Mechanics.. in the Method: panel and Amber as the force field model. After checking the Write Connectivity button in the General menue, you can generate the input file selecting the Edit.. and the Save buttons and provide a file name. The generated file then appears in a new window, which can be closed without any changes. The subsequently appearing submit prompt can be canceled. This type of aborted job submission generates the file with all necessary connectivity information and atom type declarations. If contained in the fragment library, atomic charges are also included.