Download Geometry Corresponding to the Minimum Energy

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

T-symmetry wikipedia , lookup

Euclidean geometry wikipedia , lookup

Line (geometry) wikipedia , lookup

History of geometry wikipedia , lookup

Transcript
Geometry Corresponding to the Minimum Energy
An important problem in Quantum Chemistry is to find the point on a molecules potential
energy surface that corresponds to the lowest energy because if the molecular vibrations
were harmonic this point would define its equilibrium structure. Since anharmonic effects
are often small the geometry corresponding to this minimum is a good approximation to
the equilibrium structure.
Let’s suppose that we have the energy of an N nuclei molecule as a function of the
coordinates of each nucleus.
E = E ( x1 ,x2 ,x3 ,L x3N )
and we want to find the minimum energy. Let’s expand this function around a point
x1o ,x2o ,x3o ,L x3oN
in the 3N dimensional space that we think is a reasonable approximation to the minimum
energy point.
3N
 ∂E 
1 3N 3N  ∂ 2 E 
o
o
o
E = E ( x1o ,x2o ,L ,x3oN ) + ∑ 
 ( xK − xK ) + ∑∑ 
 ( xK − xK )( xL − xL ) + L
2 L =1 K =1  ∂xK ∂xL o
K =1  ∂xK  o
Let’s define the first and second derivatives of the energy at the expansion point as
 ∂E 
 ∂2 E 
o
o
EKo = 
E
and
=


 and the distance ( xK − xK ) = ∆xK . Truncating the
KL
x
x
x
∂
∂
∂
 K o
 K L o
expansion after quadratic terms results in
3N
E = E o + ∑ EKo ∆xK +
K =1
1 3N 3N 0
∑∑ EKL ∆xK ∆xL
2 K =1 L =1
Which we can write as
r r 1 r
r
E = E o + qo+ ∆x + ∆x + F o ∆x
2
r
r
Where qo is a column vector containing the first derivatives, ∆x is a column vector
containing the displacements and F o is a matrix containing the second derivatives. F o is
called the Hessian matrix.
J. F. Harrison
Equilibrium Geometry
1/17/2007
1
 ∆x1 


r  ∆x2 
;
∆x =
 M 


 ∆x3N 
 E1o 
 o 
r  E2 
,
q0 =
 M 
 0 
 E3 N 
 E110
 0
E
o
F =  12
 M
 0
 E1,3 N
E120 L
E220
O
E10,3 N 




E30N ,3 N 
If this quadratic approximation is a reasonable approximation in the vicinity of the
minimum we may approximate the minimum by taking the derivative and setting it equal
to zero. This results in the 3N equations
∂E
r
r
= ( qo ) K + ( F o ∆x ) = 0
K
∂xK
and so
r
r
qo = − F o ∆xmin
r
where ( ∆xmin ) K = xKmin − xKo
−1 r
r
r
So we can calculate ∆xmin from − ( F o ) qo = ∆xmin and estimate the minimum point from
r
xKmin = xKo + ( ∆xmin ) K . We then use this updated estimate as the new expansion point and
repeat the procedure until the input estimate and the output estimate are equal to within a
r
prescribed tolerance. At this point qo o .
The effort required to find the minimum energy geometry depends on the initial estimate
and the way the derivatives are computed. The worst case is when the first and second
derivatives are computed numerically. The first derivative EKo requires 2 separate energy
calculations and is evaluated as
E ≈
o
K
E ( xKo + δ ) − E ( xKo − δ )
2δ
derivatives would be E
o
KL
≈
and there are 3N of these to evaluate. The second
EKo ( xLo + δ ) − EKo ( xLo − δ )
2δ
Clearly this could become very impractical!
and there are 3N(3N+1)/2 of these.
One of the most significant developments in Quantum Chemistry was the development of
a method by Pulay (Adv. Chem. Phys., 1987, 69, 241) to evaluate the first derivative of
the energy of an SCF wavefunction analytically. This technique typically takes 1-3 times
more than the energy calculation and makes the derivative calculation practical. Also its
often necessary to have a reasonable estimate of the Hessian and improve it by various
J. F. Harrison
Equilibrium Geometry
1/17/2007
2
numerical methods as the geometry improves. As we will see latter there are analytic
gradients for many correlated wavefunctions and these have lead to the ability to
calculate very accurate equilibrium geometries.
J. F. Harrison
Equilibrium Geometry
1/17/2007
3