MolecularIEs - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Koopman's Theorem and Molecular IEs

Copyright (c) RDMCHEM LLC 2019

 

 

Overview

Initialize

Koopman's Theorem and IEs of Small, Isoelectronic Binary Hydrides

Appendix

Overview

 

Very often, chemical reactivity can be thought of in terms of ionization energies.  For example, the lower an atom or molecule's ionization energy, the higher its reactivity.  For an atom or molecule, X, its ionization energy, IE, can be defined as

 

X(g) -->  X+(g) + 1e-         ΔE = IE

 

Of course, ionization energies will depend on from which molecular orbital an electron is removed.   The lowest ionization energy would correspond to removing an electron from the highest occupied molecular orbital (HOMO).   So, given its importance, it is often useful to calculate an atom or molecule's ionization energy to predict or explain its chemical reactivity. In this activity, we explore two approaches. One approach is to calculate explicitly the energy of X, and X+ and take energy differences:

 

IE = E(X+) − E(X)          (1)

 

For smaller molecules, this is a straightforward approach. However, as the size of the molecule increases, this approach becomes increasingly difficult.  Another more approximate method, known as Koopman's Theorem, requires the calculation of the electronic structure of X only:

 

Koopman's Theorem: The lowest (vertical) ionization energy of a molecule can be approximated as the negative of the highest occupied molecular orbital (HOMO) energy:  

IE_Koopman = − e(HOMO)          (2)

                                        

 

More generally, ionization from the ith molecular orbital (MO) is approximately the negative of the MO energy.  In this exercise, we will explore to some degree the quality, or lack thereof, of Koopman's theorem for approximating ionization energies.  

 

Initialize

 

Here we initialize the Maple packages we wish to use as well as define the experimental values of the quantities we wish to calculate for comparison.

 

withplots:withScientificConstants:withQuantumChemistry:Digits15: IE_molsVector1388.89,1050.20,1215.61,1525.41;IE_HFlimVector1433.52, 1123.71, 1331.13, 1706.57; KoopmanIEVector4,0:IEVector4,0;

IE_mols1388.890000001050.200000001215.610000001525.41000000

IE_HFlim1433.520000001123.710000001331.130000001706.57000000

IE0000

(2.1)

 

Koopman's Theorem and IEs of Small, Isoelectronic Binary Hydrides

 

In this section, we consider Koopman's theorem for an isoelectronic series of binary hydrides: methane (CH_4), ammonia (NH_3), water (H_2O), and hydrogen fluoride (HF).  Similar to what we did above, we let

   m = 1 (methane),

   m = 2 (ammonia),

   m = 3 (water), or

   m = 4 (hydrogen fluoride).

 

Step 0: Initialize vectors

 

AObasisdzp; AOmethodHartreeFock; 

AObasisdzp

AOmethodHartreeFock

(3.1)

 

 

Step 1: Specify Parameters

 

m1:moleculemethane:

 

 

Step 2: Calculate energies of neutral molecule and cation. Determine HOMO.

 

molecMolecularData molecule,geometry3d;

molecC,0,0,0,H,0.55410000,0.79960000,0.49650000,H,0.68330000,−0.81340000,−0.25360000,H,−0.77820000,−0.37350000,0.66920000,H,−0.45930000,0.38740000,−0.91210000

(3.2)

NeutralAOmethodmolec,charge=0, spin=0, basis=AObasis;CationAOmethodmolec,charge=1, spin=1, basis=AObasis;for i from 1 by 1 while Neutralmo_occi>0 do end do;HOMOi1; 

HOMO5

(3.3)

 

 

Step 3: Calculate IE (in kJ/mol) using Equations (1) and (2) 

 

KoopmanIEm 2625.50 Neutralmo_energyHOMO;IEm2625.50Catione_totNeutrale_tot;

KoopmanIE1424.85241559000

IE1301.05550066000

(3.4)

 

Step 4: Repeat steps 1 - 3 for ammonia (m=2), water (m=3), and hydrogenfluoride (m=4)

 

 

Step 5: Plot Ionization Energies and Compare

 

Note: Equation (1) = Blue,   Equation (2) (Koopman's Thm) = Red, Experiment = Green

 

 

XVector4,ii :AplotX,IE_mols,color=Blue:BplotX,KoopmanIE,color=Red:CplotX,IE,color=Green:displayA,B,C

We find that Koopman's theorem is slightly larger than the experimental ionization for each molecule, but the trend is correct.  

 

Optional

It is important to note that ionization energies calculated using Koopman's theorem using Equation (2) or explicitly using Equation (1)  depend on the level of theory and basis.  Using higher levels of theory than Hartree Fock can improve calculated ionization energies. Repeat the calculations above for methane - hydrogen fluoride with the tzp basis.  Did the calculations improve?

Appendix

References

1. Mehler, et al.,  Int. J. of Quant. Chem., 35, 205 (1989).

2. Shakman and Mazziotti, J. Phys. Chem. A, 111, 7223 (2007).

3. A. Szabo and N. S. Ostlund, Modern Quantum Chemistry: Introduction to Advanced Electronic Structure Theory (Dover Books, New York, 1996).