Skip to content

Commit

Permalink
rewrite SAR part + increase image size
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-24 committed Jun 5, 2024
1 parent aa56f0f commit f6a0d40
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 22 deletions.
2 changes: 1 addition & 1 deletion analyses/plot_cplx_Kx1.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def helpline_K01(ax, data: pandas.DataFrame, solvent: str, epsilon_r: float, col

data = pandas.read_csv(args.input)

figure = plt.figure(figsize=(10, 8))
figure = plt.figure(figsize=(7, 8))
ax1, ax2 = figure.subplots(2, 1, sharey=True, sharex=True)

helpline_K01(ax1, data, 'water', 80, 'black')
Expand Down
2 changes: 1 addition & 1 deletion analyses/plot_cplx_Kx2.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def make_table(f, data: pandas.DataFrame, solvent: str):

data = pandas.read_csv(args.input)

figure = plt.figure(figsize=(10, 8))
figure = plt.figure(figsize=(7, 8))
ax1, ax2 = figure.subplots(2, 1, sharey=True, sharex=True)

helpline_K02(ax1, data, 'water', 'black')
Expand Down
2 changes: 1 addition & 1 deletion analyses/plot_pot_DH.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def plot_DH(ax, data: pandas.DataFrame, family: str, solvent: str, epsilon_r: fl

data = pandas.read_csv(args.input)

figure = plt.figure(figsize=(10, 10))
figure = plt.figure(figsize=(7, 10))
ax1, ax2 = figure.subplots(2, 1, sharey=True)

plot_DH(ax1, data, 'Family.AMO', 'water', 80., 1, 'tab:pink')
Expand Down
4 changes: 2 additions & 2 deletions analyses/plot_pot_exp.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def plot_corr(ax, data: pandas.DataFrame, solvent: str):
data = pandas.read_csv(args.input)
data_exp = pandas.read_csv(args.input2)

figure = plt.figure(figsize=(10, 5))
ax1, ax2 = figure.subplots(1, 2)
figure = plt.figure(figsize=(5, 9))
ax1, ax2 = figure.subplots(2, 1)

subdata_wa = prepare_data(data, data_exp, 'water')

Expand Down
4 changes: 2 additions & 2 deletions analyses/plot_pot_hammet.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def plot_corr_hammet(ax, data: pandas.DataFrame, column: str):

data = pandas.read_csv(args.input)

figure = plt.figure(figsize=(10, 5))
ax1, ax2 = figure.subplots(1, 2)
figure = plt.figure(figsize=(5, 9))
ax1, ax2 = figure.subplots(2, 1)

plot_hammet(ax1, data, 'E_ox', 'Family.P6O', 'tab:blue')
plot_hammet(ax1, data, 'E_ox', 'Family.P5O', 'black')
Expand Down
4 changes: 2 additions & 2 deletions analyses/plot_pot_matsui.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def plot_corr(ax, data: pandas.DataFrame, solvent: str):
data = pandas.read_csv(args.input)
data_exp = pandas.read_csv(args.input2)

figure = plt.figure(figsize=(10, 5))
ax1, ax2 = figure.subplots(1, 2)
figure = plt.figure(figsize=(5, 9))
ax1, ax2 = figure.subplots(2, 1)

subdata_wa, param_matsui_wa = prepare_data(data, data_exp, 'water')

Expand Down
4 changes: 2 additions & 2 deletions analyses/plot_pot_solv.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def plot_solv(ax, data: pandas.DataFrame, column: str, family: str, color: str):

data = pandas.read_csv(args.input)

figure = plt.figure(figsize=(10, 5))
ax1, ax2 = figure.subplots(1, 2)
figure = plt.figure(figsize=(5, 9))
ax1, ax2 = figure.subplots(2, 1)

plot_solv(ax1, data, 'E_ox', 'Family.P6O', 'tab:blue')
plot_solv(ax1, data, 'E_ox', 'Family.P5O', 'black')
Expand Down
25 changes: 14 additions & 11 deletions nitroxides.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[review]{elsarticle}
\documentclass[review,preprint]{elsarticle}

%% Use the option review to obtain double line spacing
%% \documentclass[authoryear,preprint,review,12pt]{elsarticle}
Expand Down Expand Up @@ -93,7 +93,7 @@ \section{Introduction}

\begin{figure}[!h]
\centering
\includegraphics[width=.5\linewidth]{Figure1}
\includegraphics[width=.7\linewidth]{Figure1}
\caption{Oxidized (left) and reduced (right) forms of the the nitroxide radical (center).}
\label{fig:states}
\end{figure}
Expand All @@ -110,7 +110,7 @@ \section{Introduction}

\begin{figure}[!h]
\centering
\includegraphics[width=.8\linewidth]{Figure2}
\includegraphics[width=\linewidth]{Figure2}
\caption{Families of nitroxide compounds studied in this article.}
\label{fig:families}
\end{figure}
Expand Down Expand Up @@ -210,7 +210,7 @@ \subsection{Model for the impact of the substituent}\label{sec:eleczhang}

\begin{figure}[!h]
\centering
\includegraphics[width=.7\linewidth]{Figure4}
\includegraphics[width=\linewidth]{Figure4}
\caption{Impact of the dipole orientation of the substituent on the redox potential when the dipole is oriented in the positive $x$ direction (red) or not (blue). Adapted from Ref.~\citenum{zhangEffectHeteroatomFunctionality2018}.}
\label{fig:dipole}
\end{figure}
Expand Down Expand Up @@ -416,10 +416,13 @@ \subsection{Structure-activity relationships} \label{sec:sar}
\end{inparaenum}
As a consequence, \textbf{55} exhibits the highest oxidation and reduction potentials among all the compounds studied in this paper.

To elucidate these effects, attempts are made to correlate both potentials with Hammett constants for P5O and P6O, but the correlations are found to be very weak, especially for reduction (see Fig.~S5). The electrostatic interaction model [Eq.~\eqref{eq:Er}] provides more insights. Results are presented in Fig.~\ref{fig:corr} (see also Table S4). It should be noted that this model fails to account for the effect of substituting methyl groups with ethyl groups. Moreover, including the disubstituted compounds (e.g., \textbf{9}) worsens the correlation ($R^2 \sim 0.5$ and 0.3 for oxidation and reduction, respectively). Compounds \textbf{56} and \textbf{58} remain outliers for reduction. Therefore, all three sets of compounds are treated as outliers in the following discussion.

To elucidate these effects, attempts were made to correlate both potentials with Hammett constants for P5O and P6O, but the correlations were found to be very weak, especially for reduction (see Fig.~S5). The electrostatic interaction model [Eq.~\eqref{eq:Er}] provides more insights. Results are presented in Fig.~\ref{fig:corr} (see also Table S4). However, this model fails to account for the effect of substituting methyl groups with ethyl groups. Moreover, including the disubstituted compounds (e.g., \textbf{9}) worsens the correlation ($R^2 \sim 0.5$ and 0.3 for oxidation and reduction, respectively). Compounds \textbf{56} and \textbf{58} remain outliers for reduction. Therefore, all three sets of compounds were treated as outliers.
On the positive side, though the correlation is lower for reduction than for oxidation, this model helps explain some of the effects mentioned above: the increase in oxidation (and reduction) potential for aromatic compounds correlates with an increase in quadrupole moment ($Q_{xx} > \SI{5}{\elementarycharge\bohr\squared}$ for most member of IIO or APO), while the modification due to donor/acceptor substituents is linked to changes in the dipole moment. For example, aromatic compounds that have \ce{NH2} has substituent (\textit{e.g.}, \textbf{51}) are characterized by $\mu_{x} < 0$, which gets larger for coumpounds have \ce{COOH} (\textit{e.g.}, \textbf{39}) or \ce{NO2} (\textit{e.g.}, \textbf{54}). It also accounts for some effects due to the position of the substituent (see, e.g., \textbf{49}-\textbf{51}), which was not the case with the original model by Zhang and co-workers (resulting in weak correlations, $R^2 \leq 0.3$).
Finally, although it is not directly applicable to charged substituents (\textbf{11}, \textbf{21}, and \textbf{35}), for which the multipole moments are ill-defined, the leading term $q/r$ would result in a positive contribution to $E_r$ (and to a destabilizing interaction with \ce{N+} and \ce{N^.}, while stablizing \ce{N-}, see Fig.~\ref{fig:dipole}), which correlates well with the increase in oxidation and reduction potential for these compounds.
Though the correlation is lower for reduction than for oxidation (probably because the electron delocalization means nitrogen is not the atom that should be used to define the origin in that case), this model helps explain some of the observed effects. For instance, the increase in oxidation (and reduction) potential for aromatic compounds correlates with an increase in quadrupole moment ($Q_{xx} > \SI{5}{\elementarycharge\bohr\squared}$ for most members of IIO or APO). Additionally, modifications due to donor/acceptor substituents are linked to changes in the dipole moment. For example, aromatic compounds with \ce{NH2} as a substituent (\textit{e.g.}, \textbf{51}) are characterized by $\mu_{x} < 0$, which increases for compounds with \ce{COOH} (\textit{e.g.}, \textbf{39}) or \ce{NO2} (\textit{e.g.}, \textbf{54}).

This model also accounts for some effects due to the position of the substituent (see, e.g., \textbf{49}-\textbf{51}), which was not the case with the original model by Zhang and co-workers (resulting in weak correlations, $R^2 \leq 0.3$). Furthermore, members of P5O generally present a smaller value of $E_r$ than P6O (\textit{e.g.}, \textbf{17} versus \textbf{5}), which correlates with the increase in oxidation potential observed between these two families. The same trend is observed between APO and IIO.

Finally, although this model is not directly applicable to charged substituents (\textbf{11}, \textbf{21}, and \textbf{35}), for which the multipole moments are ill-defined, the leading term $q/r$ results in a positive contribution to $E_r$ (and a destabilizing interaction with \ce{N+} and \ce{N^.}, while stabilizing \ce{N-}, see Fig.~\ref{fig:dipole}), which correlates well with the increase in oxidation and reduction potential for these compounds.


\begin{figure}[!h]
Expand All @@ -440,7 +443,7 @@ \subsection{Impact of the solvent} \label{sec:solv}

\begin{figure}[!h]
\centering
\includegraphics[width=\linewidth]{Figure10}
\includegraphics[width=.8\linewidth]{Figure10}
\caption{Comparison between absolute oxidation (left) and reduction (right) potentials of nitroxides as computed at the $\omega$B97X-D/6-311+G(d) level in water and acetonitrile (SMD), with $[\ce{X}]=\SI{0}{\mole\per\liter}$. The dashed line represents no change. }
\label{fig:watvsac}
\end{figure}
Expand Down Expand Up @@ -484,7 +487,7 @@ \subsection{Impact of the electrolytes} \label{sec:elect}

\begin{figure}[!h]
\centering
\includegraphics[width=.7\linewidth]{Figure13}
\includegraphics[width=.8\linewidth]{Figure13}
\caption{Impact of the counterion position (a) or (b) on the distance between the counterion and the redox center (the nitrogen in the oxidized form, $>$\ce{N+=O}, or the oxygen in the reduced form, $>$\ce{N-O-}), and on $\Delta G^\star_{cplx}$, using compound \textbf{4} as an example. Calculations were performed at the $\omega$B97X-D/6-311+G(d) level in water (black) and acetonitrile (blue).}
\label{fig:pos-anion}
\end{figure}
Expand All @@ -509,7 +512,7 @@ \subsection{Comparison to experiment} \label{sec:exp}

\begin{figure}[!h]
\centering
\includegraphics[width=\linewidth]{Figure15}
\includegraphics[width=.8\linewidth]{Figure15}
\caption{Comparison between experimental ($E^0_{rel} $ vs SHE, from Table S11) and computed relative oxidation potential ($E^f_{rel}$ vs SHE), as computed at the $\omega$B97X-D/6-311+G(d) level in water (left) and acetonitrile (right) using SMD and $[X]=\SI{0.1}{\mole\per\liter}$. The dashed line is a linear regression.}
\label{fig:expvstheo}
\end{figure}
Expand All @@ -519,7 +522,7 @@ \subsection{Comparison to experiment} \label{sec:exp}

\begin{figure}[!h]
\centering
\includegraphics[width=\linewidth]{Figure16}
\includegraphics[width=.8\linewidth]{Figure16}
\caption{Comparison between experimental ($E^0_{rel} $ vs SHE, from Table S11) and corrected oxidation potential using the scheme of Matsui et al. \cite{matsuiDensityFunctionalTheory2013} [Eq.~\eqref{eq:matsui}, with the parameter $E_{SHE}$, $f$, and $\mu$ obtained by a least-square procedure], as computed at the $\omega$B97X-D/6-311+G(d) level in water (left) and acetonitrile (right). The dashed line is a linear regression, obtained without the DH correction. }
\label{fig:matsui}
\end{figure}
Expand Down

0 comments on commit f6a0d40

Please sign in to comment.