forked from wmfschneider/CBE60547
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHW4.tex
234 lines (195 loc) · 7.86 KB
/
HW4.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
% Created 2019-10-04 Fri 18:54
% Intended LaTeX compiler: pdflatex
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[theorems, skins]{tcolorbox}
\usepackage[version=3]{mhchem}
\usepackage[numbers,super,sort&compress]{natbib}
\usepackage{natmove}
\usepackage{url}
\usepackage{minted}
\usepackage{underscore}
\usepackage[linktocpage,pdfstartview=FitH,colorlinks,
linkcolor=blue,anchorcolor=blue,
citecolor=blue,filecolor=blue,menucolor=blue,urlcolor=blue]{hyperref}
\usepackage{attachfile}
\usepackage[left=1in, right=1in, top=1in, bottom=1in, nohead]{geometry}
\usepackage{fancyhdr}
\usepackage{hyperref}
\usepackage{setspace}
\usepackage[labelfont=bf]{caption}
\usepackage{amsmath}
\usepackage{enumerate}
\usepackage{siunitx}
\usepackage[parfill]{parskip}
\usepackage[version=3]{mhchem}
\date{Due: 18 October 2019}
\title{}
\begin{document}
\title{Homework 4\\Lectures 5: Potential Energy Sufaces\\(CBE 60547)}
\author{Prof.\ William F.\ Schneider}
\maketitle
In this assignment you will determine some of the properties of \textbf{acetaldehyde} (\ce{CH3CHO}), its isomer \textbf{vinyl alcohol} (\ce{H2C=CH(OH)}), and the \textbf{transtion state} (TS) that interconverts the two:
\begin{center}
\begin{center}
\includegraphics[width=.9\linewidth]{fig1.png}
\end{center}
\end{center}
\section{Characterizing the reactant and product}
\label{sec:org5834fb8}
\begin{enumerate}[(a)]
\item First, optimize the structures of the reactant acetaldehyde and product vinyl alcohol. Choose some generally robust computational model and basis set. Make a table of the key internal coordinates in the two (note you will figure out the TS below):
\end{enumerate}
\begin{center}
\begin{tabular}{llll}
\hline
& Acetaldehyde & Transition State & Vinyl alcohol\\
\hline
H\(_{\text{1}}\)–C (\AA{}) & & & \\
C–C (\AA{}) & & & \\
C–O (\AA{}) & & & \\
O-H\(_{\text{1}}\) (\AA{}) & & & \\
\hline
\end{tabular}
\end{center}
\begin{enumerate}[(b)]
\item Which geometry optimization algorithm did you use in (a)? What type of coordinate system? What were the convergence criteria?
\end{enumerate}
\begin{enumerate}[(c)]
\item Calculate the vibrational spectra of the reactant and product. Confirm that both are true minima (if not, adjust and recalculate). Identify the most prominent (intense) infrared vibrational modes in the two. Could you distinguish these two by their infrared vibrational spectra?
\end{enumerate}
\begin{enumerate}[(d)]
\item Perform single-point energy calculations on the reactant and product at the MP2/6-31G(d) level. Use the results to complete the table below:
\end{enumerate}
\begin{center}
\begin{tabular}{lll}
\hline
& Product \(-\) reactant (kJ/mol) & TS \(-\) reactant (kJ/mol)\\
\hline
base calc & & \\
MP2/6-31G(d) & & \\
ZPE & & \\
MP2 + ZPE & & \\
\hline
\end{tabular}
\end{center}
\begin{enumerate}[(e)]
\item From the frequency calculations on the reactant and product, extract \(H^{\circ}(298)-H(0)\) for each. Combine with the MP2 + ZPE results to estimate the \SI{298}{K} reaction enthalpy.
\end{enumerate}
\section{Transition state by scanning}
\label{sec:orgc991a04}
\begin{enumerate}[(a)]
\item Do a rigid scan about the H\(_{\text{1}}\)-C-C-O dihedral in acetaldehyde. It is easiest to do this using a z-matrix representation of acetaldehyde. Construct a z-matrix based on your optimized acetaldehyde structure and do a series of energy evaluations as you vary the dihedral angle. Approximately how large is the barrier to rotation about the C–C bond, in kJ/mol?
\end{enumerate}
Recall the z-matrix looks like:
\begin{verbatim}
C1
C2 1 dCC
O 1 dCO 2 aOCC
H1 2 dCH1 1 aHCC1 3 dHCCO
...
\end{verbatim}
\section{Transition state optimization}
\label{sec:org81d3e7a}
\begin{enumerate}[(a)]
\item Guess a structure near the transition state that connects acetaldehyde to vinyl alcohol (note I gave you some hints in the figure) and compute the Hessian using your baseline model to make sure you are near a saddle point. Once you have a satisfactory guess, search from this starting point for the transition state. Make sure your calculation converges, and calculate the vibrational spectrum again to make sure you landed at the saddle point. Add the key internal coordinates to the Table in 1(a).
\item What is the magnitude of the imaginary vibrational mode at the transition state?
\item Perform a single-point MP2/6-31G(d) calculations on this transition state. Add the results to the Table in 1(c).
\item Use transition state theory to estimate the rate constant for this reaction at \SI{298}{K}. From the frequency calculations on the reactant and transition state, extract \(G^{\circ}(298 K)- G( K)\) for each. Combine these results with the MP2 + ZPE energies to estimate \(\Delta G^{\ddagger}(298)\). Evaluate the rate constant using the TST expression:
\end{enumerate}
\begin{LaTeX}
\begin{equation}
k(T) =\frac\{k\(_{\text{B}}\) T\}\{h\} e\(^{\text{-}\Delta\ \text{G}^{\ddagger}\text{(T)/k}_{\text{B}}\text{T}}\)
\end{LaTeX}
\section{(Grad students:) Bronsted-Evans-Polanyi relations}
\label{sec:orgfdaec27}
Your colleague wants to know if replacing one of the methyl H’s with an F will speed-up or slow down the isomerization. You know from experience that it is much easier to calculate relative rates than absolute ones.
\begin{enumerate}[(a)]
\item Perform additional calculations to determine whether the reaction is more or less exothermic with the F substituent.
\item Perform additional calculations to determine whether the reaction barrier is higher or lower with the F substituent.
\item Do your answers to (a) and (b) conform to expectations from the BEP relationship?
\end{enumerate}
\section{Electronic Transitions}
\label{sec:org77a283f}
Impressed by your ability to predict things, your colleague now wants to know which of acetaldehyde and vinyl alcohol has the lower energy first electronic transition. Perform a CIS/6-31G(d) calculation on each to estimate the energy of the first excited state and the wavelength of light needed to excite the molecule to that state.
\section{Useful Templates}
\label{sec:org82321ec}
\subsection{Frequency calculation:}
\label{sec:org7226b39}
\begin{verbatim}
$CONTRL SCFTYP=RHF RUNTYP=HESSIAN $END
$BASIS GBASIS=N31 NGAUSS=6 NDFUNC=1 $END
$FORCE METHOD=ANALYTIC VIBANL=.TRUE. $END
$GUESS GUESS=MOREAD NORB=xxx $END ! use if you have a converged SCF wavefunction to read in
$DATA
...
$END
\end{verbatim}

\subsection{Geometry optimization using redundant internal coordinates:}
\label{sec:org3d0066b}
\begin{verbatim}
$CONTRL SCFTYP=RHF RUNTYP=OPTIMIZE NZVAR=”3n-6” $END
$BASIS GBASIS=N31 NGAUSS=6 NDFUNC=1 $END
$STATPT NSTEP=xx $END
$ZMAT DLC=.TRUE. AUTO=.TRUE. $END
$GUESS GUESS=MOREAD NORB=xxx $END ! use if you have a converged SCF wavefunction to read in
$DATA
...
$END
$VEC ! converged SCF wavefunction, if you have it
...
$END
\end{verbatim}
\subsection{Transition state search:}
\label{sec:org96f678c}
\begin{verbatim}
$CONTRL SCFTYP=RHF RUNTYP=SADPOINT NZVAR=”3n-6” $END
$BASIS GBASIS=N31 NGAUSS=6 NDFUNC=1 $END
$STATPT HESS=READ NSTEP=xx $END
$ZMAT DLC=.TRUE. AUTO=.TRUE. $END
$GUESS GUESS=MOREAD NORB=xxx $END ! use if you have a converged SCF wavefunction to read in
$DATA
...
$END
$HESS
...
$END
$VEC
...
$END
\end{verbatim}
\subsection{MP2 calculation:}
\label{sec:org61d90cf}
\begin{verbatim}
$CONTRL SCFTYP=RHF RUNTYP=ENERGY MPLEVL=2 $END
$BASIS GBASIS=N31 NGAUSS=6 NDFUNC=1 $END
$DATA !
...
$END
\end{verbatim}
\subsection{CIS calculation:}
\label{sec:orga264629}
\begin{verbatim}
$CONTRL SCFTYP=RHF RUNTYP=ENERGY CITYP=CIS $END
$BASIS GBASIS=N31 NGAUSS=6 NDFUNC=1 $END
$DATA !
...
$END
\end{verbatim}
\end{document}