Huckel Theory and Conjugated Molecules
Copyright (c) RDMCHEM LLC 2022
Overview
Cyclobutadiene
References
Conjugated molecules are molecules that have a network of overlapping p-z orbitals whose electrons are delocalized. Typically these molecules have alternating single and double bonds, but they may also include p-z orbitals from radical centers. The terminology "conjugated" molecules was introduced in 1899 by a German chemist Johannes Thiele. Examples include 1,3- butadiene, 1,3,5-hexatriene, and cyclobutadiene.The skeletal structures of these molecules can be displayed with the Quantum Chemistry Toolbox. After loading the commands of the QuantumChemistry package
withQuantumChemistry;
AOLabels,ActiveSpaceCI,ActiveSpaceSCF,AtomicData,BondAngles,BondDistances,Charges,ChargesPlot,ContractedSchrodinger,CorrelationEnergy,CoupledCluster,DensityFunctional,DensityPlot3D,Dipole,DipolePlot,Energy,ExcitationEnergies,ExcitationSpectra,ExcitationSpectraPlot,ExcitedStateEnergies,ExcitedStateSpins,ExcitonDensityPlot,ExcitonPopulations,ExcitonPopulationsPlot,FullCI,GeometryOptimization,HartreeFock,Interactive,Isotopes,MOCoefficients,MODiagram,MOEnergies,MOIntegrals,MOOccupations,MOOccupationsPlot,MOSymmetries,MP2,MolecularData,MolecularDictionary,MolecularGeometry,NuclearEnergy,NuclearGradient,OscillatorStrengths,Parametric2RDM,PlotMolecule,Populations,Purify2RDM,RDM1,RDM2,RTM1,ReadXYZ,Restore,Save,SaveXYZ,SearchBasisSets,SearchFunctionals,SkeletalStructure,SolventDatabase,Thermodynamics,TransitionDipolePlot,TransitionDipoles,TransitionOrbitalPlot,TransitionOrbitals,Variational2RDM,VibrationalModeAnimation,VibrationalModes,Video
First, we view 1,3- butadiene
QuantumChemistry:-SkeletalStructure1,3-butadiene;
Second, 1,3,5-hextriene
QuantumChemistry:-SkeletalStructure1,3,5-hexatriene;
and finally, cyclobutadiene
QuantumChemistry:-SkeletalStructurecyclobutadiene;
Note the alternating single and double bonds in the skeletal structures of these molecules, indicating that they are conjugated molecules.
To illustrate Huckel theory, we will consider the molecule cyclobutadiene. We can generate the three-dimensional structure of cyclobutadiene by importing the geometry with the MolecularGeometry command
mol≔ MolecularGeometrycyclobutadiene;
mol≔C,0.71430000,−0.67320000,0.00020000,C,0.71480000,0.67270000,−0.00020000,C,−0.71490000,−0.67260000,−0.00020000,C,−0.71420000,0.67320000,0.00020000,H,1.46990000,−1.44980000,0.00030000,H,1.47100000,1.44850000,−0.00030000,H,−1.47110000,−1.44850000,−0.00030000,H,−1.46980000,1.44960000,0.00020000
and subsequently plotting the structure with the PlotMolecule command
PlotMoleculemol;
Click on the above molecule to rotate it and thereby view it from different perspectives.
Using Huckel's rules, we can define the Hamiltonian matrix for cyclobutadiene as follows
H ≔ Matrix alpha, beta, 0, beta, beta,alpha,beta,0, 0,beta,alpha,beta, beta,0,beta,alpha ;
H≔αβ0ββαβ00βαββ0βα
Note that the element H[1,4] is not zero because cyclobutadiene is a ring in which the first carbon atom is adjacent to the fourth carbon atom.
The molecular orbitals and their energies can be computed by solving the following eigenvalue equation
H cn = ϵn cn
in which n is the quantum number indicating the molecular orbital, ϵn is the energy of the n-th molecular orbital, and cn is the vector of expansion coefficients for the n-th molecular orbital in terms of the p-z atomic orbitals.
In Maple the eigenvalues of the Hamiltonian matrix can be readily computed from the Eigenvalues command in the LinearAlgebra package.
ev ≔ LinearAlgebra:-EigenvaluesH;
ev≔α+2⁢βα−2⁢βαα
Assuming that β is negative, (a) order the energies from lowest to highest. (b) How many molecular orbitals are degenerate?
Similarly the eigenvalues and eigenvectors of the Hamiltonian matrix can be readily computed from the Eigenvectors command in the LinearAlgebra package.
ev,vs ≔ LinearAlgebra:-EigenvectorsH;
ev,vs≔α+2⁢βα−2⁢βαα,1−10−111−101−1011110
For the n-th eigenvalue in ev the eigenvector is given in the n-th column of the output matrix vs. For example, for the first eigenvalue in ev
ev1;
α+2⁢β
the eigenvector is given by
vs..,1;
1111
Note that the eigenvectors are not normalized, meaning that their inner product is not equal to one.
(c) Normalize each of the four eigenvectors generated by using the following Maple code.
for i to LinearAlgebra:-RowDimensionvs do vs .. , i ≔ LinearAlgebra:-Normalizevs .. , i, 2; end do:vs ≔ mapnormal,vs, expanded;
vs≔12−120−221212−22012−120221212220
(d) Draw a sketch of each of the molecular orbitals including the relative phases between the p-z orbitals as indicated by the computed eigenvectors.
(e) Label each sketch in (d) by its molecular orbital energy.
While Huckel theory is an approximation for the electronic structure of conjugated molecules, with the Quantum Chemistry Toolbox in Maple we can use more advanced electronic structure methods to compute and visualize the π molecular orbitals of cyclobutadiene. Here we use the Variational2RDM command to compute these molecular orbitals in a manner that includes the statistical correlation of electrons beyond the Huckel molecular orbital theory:
data ≔ Variational2RDMmol, active=12,14,15,16:
We can plot the bonding π molecular orbital with the DensityPlot3D command
DensityPlot3Dmol,data,orbitalindex=13;
The second π molecular orbital is given by
DensityPlot3Dmol,data,orbitalindex=14;
The third π molecular orbital is given by
DensityPlot3Dmol,data,orbitalindex=15;
Finally, the anti-bonding π molecular orbital is given by
DensityPlot3Dmol,data,orbitalindex=16;
(f) Do the molecular orbitals computed by the variational 2-RDM method agree with the qualitative features of those predicted by Huckel's theory?
The variational 2-RDM calculation also predicts the number of electrons per molecular orbital, known as the orbital occupations. The occupations of the four π molecular orbitals are given by
datamo_occ13..16;
1.896308961.504171640.495298340.10422106
(g) In what ways do these orbital occupations agree with those predicted from Huckel theory, and in what ways do they not agree?
The bond distances between each pair of atoms can be readily computed with the BondDistances command
BondDistancesmol;
table⁡2,6=C-H,1.08337625,1,2=C-C,1.34590015,1,3=C-C,1.42920018,4,8=C-H,1.08338743,3,7=C-H,1.08344786,1,5=C-H,1.08353077,2,4=C-C,1.42900014,3,4=C-C,1.34580024
(h) Based on the computed bond distances, is the geometry of cyclobutadiene square or rectangular?
(i) Can you use the result from (h) to explain the difference in the occupation numbers from the Variational 2-RDM calculations and those from Huckel's method?
I. N. Levine, Quantum Chemistry 7th Edition (Pearson, New York, 2017).
J. P. Lowe, Quantum Chemistry Illustrated Edition (Academic Press, New York, 2012).
P. W. Atkins and R. S. Friedman, Molecular Quantum Mechanics 5th Edition (Oxford University Press, Oxford, 2010).
D. A. McQuarrie, Quantum Chemistry 2nd Edition (University Science, New York, 2007).
D. A. McQuarrie and J. D. Simon, Physical Chemistry: A Molecular Approach (University Science, New York, 1997).
Download Help Document