-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabstract.tex
26 lines (22 loc) · 2.88 KB
/
abstract.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
\documentclass[%
class = article,%
crop = false,%
float = true,%
multi = true,%
preview = false,%
]{standalone}
\onlyifstandalone{\usepackage[version=4]{mhchem}}
\onlyifstandalone{\title{Thesis Abstract}}
\onlyifstandalone{\author{Eric Berquist}}
\onlyifstandalone{\date{March 23rd, 2018}}
% no more than 350 words, use C-c C-w c in the abstract region
\begin{document}
\onlyifstandalone{\maketitle}
Spectroscopy, the response of matter to electromagnetic radiation of different wavelengths, is a powerful experimental tool for interrogating a molecule's structure and dynamics as it interacts with its environment. However, relating a spectroscopic signature to a molecular picture relies on sophisticated computational approaches in order to identify structures, intermolecular interactions, and their correlation with spectroscopic response. This thesis focuses on the question of how to correlate a molecule's structure and interactions with its environment via the \textit{ab initio} calculation of spectroscopic parameters.
To build a molecular picture of \ce{CO2} dynamics in ionic liquids (ILs), I performed quantum chemical calculations on small gas-phase \ce{CO2}-IL clusters, qualitatively reproducing the experimental ordering for \ce{CO2}'s asymmetric vibrational stretch (\(\nu_3\)) peak position as a function of the anion. To uncover the physical origin of the shift, the language of decomposition analysis based on absolutely localized molecular orbitals (ALMO-EDA) was translated from energies to vibrational frequencies. Geometric distortion of \ce{CO2}, as a result of charge transfer (CT) from the anion into the \ce{CO2}, is the driving force for differentiating the \ce{CO2} \(\nu_3\) shift in different IL anions.
After validating these simple models, I further decomposed the CT contribution into equilibrium structure and potential energy surface curvature mechanisms, finding that CT is a significant contributor in both the geometry optimization and frequency calculation steps. Comparing ALMO-EDA and symmetry-adapted perturbation theory (SAPT) showed that while dispersion dominates the binding energy, DFT-based ALMO-EDA showed excellent correlation with wavefunction-based SAPT, which enabled the construction of a spectroscopic map based on chemically-intuitive descriptors at lower cost.
This work presents the first application of ALMO-EDA to construct complex spectroscopic maps, however ALMO-EDA is not generally applicable to arbitrary spectroscopies. I reformulated the canonical linear response equations for use with ALMOs to provide a direct connection between EDA terms and their corresponding contribution to spectra. Test calculations indicate that allowing CT is equally important in both the underlying ground-state wavefunction and the response calculations and should not be confused with basis set superposition error.
\end{document}
% Local variables:
% eval: (wc-mode t)
% End: