Computational Chemistry[Problem Description] [Introduction] [The Model] [Num2D] [Gaussian] [Conclusion] [Constants and Units] [References] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Introduction:The purpose of this exercise is to use some packages from computational chemistry. The first package, Num2D, is quite simple and only applicable to diatomic molecules. We will also look at the much more powerful package, Gaussian, which is used worldwide in chemical physics.Its important to understand the interaction between molecules and electromagnetic radiation. What happens with a molecule which absorbs fotons depends on the wavenumber:
IR spectroscopy is an important technique in chemical analysis of an unknown probe. The reason is that different functional groups absorb infrared light only in given wavenumber intervals. IR spectroscopy is also much used to get information about the bonding in a molecule. The stronger a bonding is, the shorter bond lengths and higher frequencies of vibration.
All constants used in the report are given in [Constants and Units].
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
The Model[Problem Description] [Introduction] [The Model] [Num2D] [Gaussian] [Conclusion] [Constants and Units] [References] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The molecular Schrödingers equation, apart from electron spin effects, is
The molecule consists of Ne electrons and Nn nuclei. The electronic position coordinates are designated r1,r2 ..., while the nuclei position coordinates are designated R1,R2 ... The nuclei masses are given by M1,M2 ... and me is the electronic mass. Z1,Z2 ... are the charges of the nuclei. The wavefunction that satisfies the Schrödinger equation must be a function of both the electron position coordinates and the nuclear position coordinates, and this PDE is not separable. This problem will be dealt with through the Born-Oppenheimer approximation. First we will restrict ourselves to diatomic molecules, i.e. Nn=2. Then we need only one coordinate R to specify the separation of the nuclei. As mentioned, we will use the Born-Oppenheimer approximation. This leads to a separation of the molecular Schrödinger equation into one part for the electronic wavefunction and one part for the nuclear motions, which is the Schrödinger equation for vibration and rotation. Thus, we approximate the molecular wavefunction by a product
Solution of the electronic Schrödinger equation:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
Num2D[Problem Description] [Introduction] [The Model] [Num2D] [Gaussian] [Conclusion] [Constants and Units] [References] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
|
First, nuclear motion in diatomic molecules will be studied neglecting interactions with other molecules.
Num2D
is a numerical 2D package for solving the
Hartree-fock and
Dirac equations for diatomic molecules. We downloaded the package at http://www.csc.fi/~laaksone/num2d.html.
|
Problem 1We chose the diatomic molecules H2+ and H2. Using the Num2D code, we calculated the effective potential energy for molecular vibration U(R) = Ee(R)+Vn-n(R) from the molecular Schrödinger equation for different values of R (nuclear separation) with dR = 0.08. The results are given in h2.txt and h2p.txt.Problem 2From [2] we found that the potential energy approximated by Taylor's formula is |
||||||||||||||||||||||||||||||||||||||||||||||||||||
Figure 1: H2 molecule.
For H2 (Figure 1), R is plotted (Figure 2, blue line) against the effective potential
U(R) of problem 1.
We have chosen dR = 0.08 and found R0 = 1.36 a0,
U(R0 - dR) = -1.131 Eh and
U(R0 + dR) = -1.133 Eh.
From these results it was possible to approximate
U''(R0) and we got Figure 2 also contains approximation by the harmonic potential given above. This was plotted by the MatLab program plot_h2_harm.m. Figure 2: U(R) vs. R for H2. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
Figure 3: H2+ molecule.
Figure 4: U(R) vs. R for H2+.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
Problem 3We will now calculate the different energy levels the system can achieve by the nuclear Schrödinger equation:
Table 1: K, reduced mass and frequency for H2 and H2+ This means that the allowed energies of the system is not continues, but quantized. The energy levels corresponding to the harmonic potential is plotted with plot_h2_harm_elevels.m and plot_h2p_harm_elevels.m and given in Figure 5 a) H2 and b) H2+.
Figure 5 a) and b): Energy levels corresponding to the harmonic potential for H2 (left) and H2+ (right)
From the Figure 5 a) and b) we observe that the energy levels corresponding to the harmonic approximation are equally spaced. One can approximate the potential by functions with higher accuracy than the harmonic potential. We chose the basis functions {x2, x, 1, x-2, ex, e-x} and solved a linear system with 6 equations and 6 energy values obtained by Num2D. For H2 the solution of the linear system gave us the function
A package SLEIGN2 at http://www.math.niu.edu/~zettl/SL2/ can be used for solving the Sturm-Liouville system (nuclear Schrödinger equation)
Figure 6: Energy levels for H2
Figure 7: Energy levels for H2+
We remark that for low energy levels, the harmonic and the new approximation correspond. For higher energy levels (large R) they differ.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
Gaussian[Problem Description] [Introduction] [The Model] [Num2D] [Gaussian] [Conclusion] [Constants and Units] [References] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Problem 1In organic chemistry, ethane, ethene and ethyne are the classic examples of molecules with simple, double and triple carbon-carbon bonding. Benzene is the classic example of an aromatic molecule where it is impossible to assign an integer bond order. Figure 8, 9, 10 and 11 show the molecule structure and bonding of ethane, ethene, ethyne and benzene respectively.
Problem 2There are different ways of assigning intermediate bond orders. We want to do this by using the CC-stretch frequency as an index. Gaussian is a chemistry package which is widely used to solve quantum chemistry problems numerically. We have used Gaussian 98 to calculate the CC-stretch frequency for ethane, ethene and ethyne. For ethane, we started the program by the commandg98.job < etan.inpThis resulted in an output file etan.out. Similarly for the other molecules. The input-, output-, BSDL- and VRML-files are given in Table 2 below.
With the visualization tool Molden we measured and found the different CC-distances and CC-stretch frequencies for each molecule. For ethane the command for using Molden was molden35 etan.outThe results for all the molecules are given in Table 3.
From Table 3 we can observe that the higher (shorter) frequency (distance) for the molecules (between the C atoms),
the higher bond order.
Problem 3 and 4From the results in Table 3 we interpolated with a quadratic polynomial through the points bond order vs frequency for ethane, ethene and ethyne. With the interpolant we computed the intermediate bond order of benzene, interpolate.m. The curve is plotted in Figure 12. We also did the interpolation for the CC-distance (bond length) for all molecules, Figure 13.Our approximated bond-oder value for benzene is 1.4893, which is quite close to the theoretical value 1.5. For the CC-distance (bond length) we did not get such a good approximation (1.7292) as for the CC-stretch frequency.
![]() ![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
Conclusion:[Problem Description] [Introduction] [The Model] [Num2D] [Gaussian] [Conclusion] [Constants and Units] [References] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
|
In the first part of this exercise, we studied the nuclear motion in
the diatomic molecules H2 and H2+.
Using the numerical 2D package Num2D, we calculated the effective
potential energy for molecular vibration from the molecular Schrödinger
equation for different values of nuclear separation. As expected the distance
(bond lengt) for the ground state for H2+ is larger than
for H2. We then approximated
the potential energy by a harmonic approximation. We conclude that the
harmonic approximation has a high accuracy close to the equilibrium state,
while for nuclear distances much larger than the equilibrium state, the
approximation fails entirely. For H2+ we compared the
numerical solution from Num2D with the analytical solution [1] and conclude that numerical solution is very close to the exact solution.
From the Schrödinger equation it was possible to compute the energy
levels of the system using different representations of the potential energy.
For the harmonic approximation, we calculated this analytically,
and got uniformly spaced energy levels. Using a more accurate approximation and solving the Sturm-Liouville system by the package SLEIGN2,
the energy levels became non-uniformly spaced. The first levels corresponded
with the levels achieved by the harmonic approximation, while the levels
quickly became closer and closer, approaching the potential energy when the
nuclear separation is large i.e. -> infinity.
In the second part of the exercise we studied the hydrocarbons ethane, ethene, ethyne and benzene. First we generated pictures of each hydrocarbon illustrating the bonding. With the help of the packages Gaussian and Molden we calculated the CC-stretch frequency and CC-distance for all molecules. By interpolation of the bond orders of ethane, ethene and ethyne we calculated the bond order for benzene. Using the CC-stretch frequency we got 1.4893, close to the theoretical value 1.5, but with the CC-distances we got a less accurate value 1.7292. We conclude that the higher (shorter) frequency (distance) for the molecules (between the C atoms), the higher bond order. To compute the bond order the CC-stretch frequency gives better accuracy compared to CC-distance interpolation. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
Constants and Units:[Problem Description] [Introduction] [The Model] [Num2D] [Gaussian] [Conclusion] [Constants and Units] [References] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
References:[Problem Description] [Introduction] [The Model] [Num2D] [Gaussian] [Conclusion] [Constants and Units] [References] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
|
[1] 'Physics of Atoms and Molecules', B. H. Brandsen and C. J. Joachim, Longman, 1983. [2] 'Modern Physics', Serway, Moses, Moyer, 1989.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() Last update by matthey@ii.uib.no and ragnhild@ii.uib.no |