QM/MM calculations on a Diels-Alder antibody catalyst.
Introduction
A transition state for a chemical reaction can be found in many ways. With some intuition, a good guess can be made of what the transition state should look like and start the optimization from there. Another possibily is to define a coordinate which transforms the reactants into product and optimize the system while varying that coordinate. The latter approach is called a Linear Transit and will be discussed and used in the next part of this tutorial.
Here we will do a straight-forward search for the transition state, using a good guess as a starting geometry. We will also try to optimize the reactant and product minima.
We will start by optimizing the transition state of the Diels-Alder
reaction in vacuo at the semi-empirical PM3 level. This
is easy since we already have the struture of the transition state
analogue. We simply take the coordinates of that analogue from the
x-ray structure (1C1E.pdb)
and modify them a bit, such that we get the appropriate input
coordinates for a Gaussian98
transition-state optimization calculation. We will use the
semi-empirical PM3 hamiltonian throughout this tutorial,
because of its cost-efficiency. Note that in the x-ray structure the
-R group of the analogue (Figure 1)
is not resolved. We ignore that group for the moment and focus on the
system with -R = -CH3.
The following steps will lead us to the transition state geometry of
the reaction in vacuo.
and so on. The last line needs to be blank!
Note: the Nitrogen atom is not completely SP2 hybridized (planar) in
this geometry, but rather a slightly SP3 hybridized (pyramidal). This
is a known shortcoming of the semi-empirical PM3
hamiltonian. We ignore this artefact for now and continue with a
slightly pyramidal N atom.
The coordinates are read form the checkpointfile (TS.chk, geom=check).
Save the file as TS_freq.com
Optimizing the transition state geometry in vacuo, starting
with a good guess.
back to top
localhost:~>rasmol 1C1E.pdb
RasMol>restrict ENH
RasMol>center selected
RasMol>zoom 600
Rasmol>save
analogue.pdb
localhost:~>molden -P
analogue.pdb (with the -P option MOLDEN expects pdb format as input)
localhost:~>rasmol 1C1E.pdb
line 1: number of atoms
line 2: blank
line 3: Atomsymbol x y z
line 4: Atomsymbol x y z
save the file as
TS.xyz. An example of what this file should look like is TS.xyz
localhost:~>molden TS.xyz
%chk=TS
#P PM3 FREQ geom=check TEST
frequency calculation
0 1
Now that we have the transition state, we are going to optimize the
reactant state geometry in vacuo. We start from the input file
we created for optimizing the transition state.
We simple increase a bit more the bond lengths of the bonds that are
to be formed upon the cycloaddition reaction and start an geometry
optimization.
Optimizing the reactant state geometry in vacuo
back to top
localhost:~>emacs
TS.com
line 1: number of atoms
and so on... Note that the last line needs to be blank! Save the file
as REACT.xyz. An example is found here: REACT.xyz.
line 2: blank
line 3: Atomsymbol x y
z
line 4: Atomsymbol x y z
(localhost:~>molden REACT.xyz)
Again, we start from the Transition state optimization input. This
time we want to have the product geometry in vacuo. We now
decrease slightly the bond lengths of the bonds that are to be formed
upon the cycloaddition reaction and start an geometry optimization.
Optimizing the product state geometry in vacuo
back to top
localhost:~>emacs
TS.com
line 1: number of atoms
and so on... Note that the last line needs to be blank! Save the file
as PROD.xyz. An example of what the file should look like is PROD.xyz
line 2: blank
line 3: Atomsymbol x y z
line 4: Atomsymbol x y z
(localhost:~>molden PROD.xyz)
Next: | II. Optimization of the product, reactant and transition state geometries in vacuo, using Linear Transit in gromacs | Previous: | Introduction |
updated 27/07/04