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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Toolboxes : Quantum Chemistry : Courses : Lessons : GeometryOptimizations

Geometry Optimization and Normal Modes

Copyright (c) RDMCHEM LLC 2019

 

 

Overview

Initialize

Define Molecule

Geometry Optimization

Vibrational Frequencies

References

Overview

 

In this exercise, you will determine the optimum geometry for gaseous hypochlorous acid, HOCl. Namely, you will determine the two bond lengths and one bond angle that minimize the potential energy due to all nuclear and electronic interactions.   Furthermore, you will determine the vibrational frequencies of HOCl using a normal mode analysis, which treats the potential surface in the vicinity of the minimum as being harmonic and calculates the corresponding 3N - 6 (for non-linear molecule) or 3N - 5 (for a linear molecule) vibrational modes, each corresponding to a concerted motion of all atoms.  For a non-linear triatomic, this corresponds to a symmetric and antisymmetric stretch and a bending motion. For a linear triatomic, this corresponds to symmetric and antisymmetric stretch and two degenerate bending motions.  Once you have calculated the geometry and vibrational frequencies, they can be compared with experimental measurements.

 

While computational chemistry can be a powerful tool, the quality of results depends on the accuracy of the electronic structure method employed and the atomic orbital basis used.   In this activity, you can compare geometries and vibrational frequencies calculated using Hartree-Fock, Density Functional Theory, or any method supported by the QuantumChemistry package.  Note that geometry optimizations for more sophisticated methods can be computationally expensive!

 

Initialize

 

Here you can choose the electronic structure method and atomic orbital basis for the geometry optimization and frequency calculation.

 

withQuantumChemistry;Digits15;

AOLabels,ActiveSpaceCI,ActiveSpaceSCF,AtomicData,BondAngles,BondDistances,Charges,ChargesPlot,CorrelationEnergy,CoupledCluster,DensityFunctional,DensityPlot3D,Dipole,DipolePlot,Energy,ExcitationEnergies,ExcitationSpectra,ExcitationSpectraPlot,ExcitedStateEnergies,ExcitedStateSpins,FullCI,GeometryOptimization,HartreeFock,Interactive,Isotopes,MOCoefficients,MODiagram,MOEnergies,MOIntegrals,MOOccupations,MOOccupationsPlot,MOSymmetries,MP2,MolecularData,MolecularGeometry,NuclearEnergy,NuclearGradient,OscillatorStrengths,Parametric2RDM,PlotMolecule,Populations,RDM1,RDM2,RTM1,ReadXYZ,Restore,Save,SaveXYZ,SearchBasisSets,SearchFunctionals,SkeletalStructure,Thermodynamics,TransitionDipolePlot,TransitionDipoles,TransitionOrbitalPlot,TransitionOrbitals,Variational2RDM,VibrationalModeAnimation,VibrationalModes,Video

Digits15

(2.1)

ESmethodHartreeFock;

ESmethodHartreeFock

(2.2)

AObasissto-3g;

AObasissto-3g

(2.3)

 

Define Molecule

 

In this exercise, you will determine the geometry of the hypochlorous acid compound.  In order to generate a starting structure, begin by estimating bond lengths and angle.  

 

r11.0;

r11.00000000

(3.1)

r21.7;

r21.70000000

(3.2)

theta104.5;

θ104.50000000

(3.3)

 

Now, convert the bond-angle coordinates to a three-dimensional Cartesian coordinate.  For simplicity, allow the molecule to occupy the 2D xy plane and the H-O bond along the x-axis: H (0,0,0) and O (r1,0,0).  Then, the coordinates of the Cl atom becomes (r1+ r2 cos (180 - theta), r2 sin(180 - theta), 0).  (Verify for yourself this is correct!)

 

thetathetaPi180.0;

θ1.82386907

(3.4)

molecH,0,0,0,O,r1,0,0,Cl,r1+r2cosPi theta,r2sinPitheta,0;

molecH,0,0,0,O,1.00000000,0,0,Cl,1.42564601,1.64585099,0

(3.5)

PlotMoleculemolec;

 

Geometry Optimization

 

To get an idea of how good (or bad) your initial guess was, first calculate the energy of the initial geometry.

 

data0ESmethodmolec,basis=AObasis;

 

 

Now optimize the geometry using the GeometryOptimization function.  This will not only determine the optimum geometry for the electronic structure method  and basis of interest but will also output the new energy:

 

 

molec,dataGeometryOptimizationmolec,ESmethod,basis=AObasis;

 

How well did your initial geometry match the optimized geometry?

 

 

PlotMoleculemolec;

r1sqrtmolec2,22+molec2,32+molec2,42;

r11.00151141

(4.1)

r2sqrtmolec2,2molec3,22+molec2,3molec3,32+molec2,4molec3,42;

r21.73758823

(4.2)

r3sqrtmolec1,2molec3,22+molec1,3molec3,32+molec1,4molec3,42;

r32.15601093

(4.3)

thetaarccosr12+r22r322r1r2180Pi;

θ100.36420347

(4.4)

 

Is the compound more or less bent than water?

Answer

For Hartree-Fock and STO-3G, the bond angle is less than that of water, so HOCl is more bent!

Vibrational Frequencies

 

Now that you have determined the optimum geometry, calculate the vibrational frequencies of the triatomic using a normal mode analysis. You may animate each normal mode using the VibrationalModeAnimation function.

 

emodes,vmodesVibrationalModesmolec,ESmethod,basis=AObasis;

VibrationalModeAnimationmolec,Reemodes,vmodes,1;

 

How well do the calculated values compare to experimental values: 3609 cm-1 (OH stretch), 1239 cm-1 (bend), and 724 cm-1 (Cl-O stretch)?

Answer

For the Hartree-Fock and STO-3G basis, we see that the motions are consistent with the assignments but the calculated frequencies are too high.

 

 

In the overview, it was mentioned that there should be only 3 normal modes for a nonlinear triatomic. If using Hartree-Fock and the STO-3G basis, note you get 4 modes, not 3.  Can you reconcile the 4th mode?

Answer

The 4th mode is a rotation, not a vibration.  This is obvious from the magnitude of the frequency, which is on the order of 20 cm-1.

References

1. https://webbook.nist.gov/cgi/cbook.cgi?ID=7790-92-3