These_linjie_JC/thesis/5/acronyms.tex

51 lines
1.4 KiB
TeX
Raw Normal View History

2021-06-14 03:58:27 +02:00
% this file is called up by thesis.tex
% content in this file will be fed into the main document
%: ----------------------- name of chapter -------------------------
%\chapter{chaptername} % top level followed by section, subsection
%: ----------------------- paths to graphics ------------------------
% change according to folder and file names
\ifpdf
\graphicspath{{X/figures/PNG/}{X/figures/PDF/}{X/figures/}}
\else
\graphicspath{{X/figures/EPS/}{X/figures/}}
\fi
%: ----------------------- contents from here ------------------------
\begin{declaration}
\textbf{Acronyms}
\begin{itemize}
\item[$\bullet$] \textbf{PAH}: Polycyclic aromatic hydrocarbons page 4
\item[$\bullet$] \textbf{PES}: potential energy surface page 5
MD: molecular dynamicsp 30
FF: force field page 17
HF: Hartree-Fock
BO:
DFTB: Density Functional based Tight-Binding page XX
SCC-DFTB: Self-Consistent Charge Density Functional based Tight-Binding page XX
PTMD: Parallel-tempering molecular dynamics page XX
QM: quantum chemical
MM: molecular mechanics
CAD: collisionally activated dissociation page 84
CID: collisioninduced dissociation page 84
\end{itemize}
\end{declaration}
% ---------------------------------------------------------------------------
%: ----------------------- end of thesis sub-document ------------------------
% ---------------------------------------------------------------------------