Skip to content

Commit

Permalink
starts to considers cation-radical interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-24 committed Jun 2, 2024
1 parent d4d13da commit 8dccf6f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
13 changes: 6 additions & 7 deletions analyses/plot_CIP.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@
T= 298.15
F = 9.64853321233100184e4

def Ef_ox(X: float, k01: float, k02: float, k12: float, E0: float = 0):
return E0 + R * T / F * numpy.log((1+k12*X**2) / (1+k01*X+k02*X**2))
def Ef_ox(X: float, k01: float, k02: float, k11: float, k12: float, E0: float = 0):
return E0 + R * T / F * numpy.log((1+k11*X+k12*X**2) / (1+k01*X+k02*X**2))

def Ef_red(X: float, k12: float, k21: float, k22: float, E0: float = 0):
return E0 + R * T / F * numpy.log((1+k21*X+k22*X**2) / (1+k12*X**2))
def Ef_red(X: float, k11: float, k12: float, k21: float, k22: float, E0: float = 0):
return E0 + R * T / F * numpy.log((1+k21*X+k22*X**2) / (1+k11*X+k12*X**2))

for kx1, kx2, color in [(1, 1e-3, 'tab:blue'), (1e-3, 1, 'tab:orange'), (1, 1e-1, 'tab:green'), (1e-1, 1, 'tab:red')]:
ax.plot(X, Ef_ox(X, kx1, kx2, kx2), color=color, label='$K_{{x1}}$={}, $K_{{x2}}={}$'.format(kx1, kx2))
ax.plot(X, Ef_red(X, kx2, kx1, kx2), '--', color=color)
for ki1, kip1, ki2, kip2, color in [(1, 1e-2, 1,1, 'tab:green'), (1e-2, 1, 1e-2, 1, 'tab:blue'), (1, 1e-2, 1, 1e-2, 'tab:red'), (1, 1, 1, 1e-2, 'tab:orange')]:
ax.plot(X, Ef_ox(X, ki1, ki2, kip1, kip2), color=color, label='$K_{{01}}$={}, $K_{{11}}$={}, $K_{{02}}$={}, $K_{{12}}$={}'.format(ki1, kip1, ki2, kip2))

ax.set_xlabel('[X] (mol L$^{-1}$)')
ax.set_ylabel('$E^f_{abs}$ (V)')
Expand Down
12 changes: 7 additions & 5 deletions nitroxides.tex
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ \subsection{Model for the impact of the substituent}
\subsection{Impact of ion-pair formation on redox potentials}

At high concentrations of electrolyte, the formation of ion pairs in solution is expected (further insights are provided in the subsequent subsection). In this study, the electrolyte consists of a pair, \ce{AC}, of counterions, where \ce{A-} and \ce{C+} represent the anion and cation, respectively. Furthermore, two states of complexation are considered: \begin{inparaenum}[(i)]
\item the pairs \ce{NA} and \ce{NC} between the oxidized (\ce{N+}) and reduced (\ce{N-}) states of the nitroxide, with their corresponding counterions (\ce{A-} and \ce{C+}, respectively) (with a complexation equilibrium constant $K_{x1}$), and then
\item the pairs \ce{NA}, \ce{NC^.+}, and \ce{NC} between the oxidized, neutral and reduced states of the nitroxide (with a complexation equilibrium constant $K_{x1}$), with their corresponding counterions (\ce{A-} and \ce{C+}, respectively), and then
\item complexation with the \ce{AC} pair (with an equilibrium constant $K_{x2}$), which occurs when the concentration of electrolyte becomes large \cite{wylieImprovedPerformanceAllOrganic2019a}.
\end{inparaenum}
The various equilibrium constants are defined in Fig.~\ref{fig:cip}.
The various equilibrium constants are defined in Fig.~\ref{fig:cip}. Note that only the complexation between the radical species and the cation is considered here, following previous investigations by Zhang \textit{et al.} \cite{zhangInteractionsImidazoliumBasedIonic2016}.\todo{there are others.}


\begin{figure}[!h]
Expand All @@ -240,6 +240,8 @@ \subsection{Impact of ion-pair formation on redox potentials}
\arrwx{N1.south}{N2.north}{$K_{1}$}
\node[below of=N1cc] (N2cc) {\ce{NAC^. + e-}};
\arrwy{N2cc.east}{N2.west}{$K_{12}$}
\node[below of=N1c] (N2c) {\ce{NC^.+ + A- + e-}};
\arrwy{N2.east}{N2c.west}{$K_{11}$}

\node[below of=N2] (N3) {\ce{N- + A- + C+}};
\arrwx{N2.south}{N3.north}{$K_2$}
Expand All @@ -260,12 +262,12 @@ \subsection{Impact of ion-pair formation on redox potentials}
\item the redox potentials of the ion-pair complexes are smaller than the one of the free species.
\end{inparaenum}
Within these assumption, the following electrolyte concentration-dependent (formal) redox potentials are obtained:\begin{align}
E^f_{abs}(\ce{N+|N^.}) &= E^0_ {abs}(\ce{N+|N^.})+\frac{RT}{F}\,\ln\left[\frac{1+K_{12}\,[X]^2}{1+K_{01}\,[X]+K_{02}\,[X]^2}\right],\\
E^f_{abs}(\ce{N^.|N-}) &= E^0_ {abs}(\ce{N^.|N-})+\frac{RT}{F}\,\ln\left[\frac{1+K_{21}\,[X]+K_{22}\,[X]^2}{1+K_{12}\,[X]^2}\right],
E^f_{abs}(\ce{N+|N^.}) &= E^0_ {abs}(\ce{N+|N^.})+\frac{RT}{F}\,\ln\left[\frac{1+K_{11}\,[X]+K_{12}\,[X]^2}{1+K_{01}\,[X]+K_{02}\,[X]^2}\right],\\
E^f_{abs}(\ce{N^.|N-}) &= E^0_ {abs}(\ce{N^.|N-})+\frac{RT}{F}\,\ln\left[\frac{1+K_{21}\,[X]+K_{22}\,[X]^2}{1+K_{11}\,[X]+K_{12}\,[X]^2}\right],
\end{align}
in which $K_{ij}= \exp\left[-\frac{\Delta G_{cplx}^\star}{RT}\right]$, where $\Delta G_{cplx}^\star$ is the free Gibbs energy change [computed with Eq.~\eqref{eq:gtot}] for a given complexation reaction.

An example is provided in Fig.~S2: while $K_{x1}$ governs the behavior at low $[X]$, the trend at high $[X]$ is determined by $K_{12} / K_{02}$ for oxidation and $K_{22} / K_{12}$ for reduction.
An example is provided in Fig.~S2: while $K_{(i+1)1} / K_{i1}$ ($i\in[0,1]$) governs the behavior at low $[X]$, the trend at high $[X]$ is determined by $K_{(i+1)2} / K_{i2}$.

\subsection{Model for the ion-pair formation}

Expand Down
2 changes: 1 addition & 1 deletion nitroxides_SI.tex
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
\begin{figure}[!h]
\centering
\includegraphics [width=.5\linewidth]{FigureS2}
\caption{Impact of the concentration of electrolyte on the formal oxidation (plain lines, computed with Eq.~(9) of the main text) and reduction (dashed lines, computed with Eq.~(10) of the main text) potentials, $E^f_{abs}$, considering a fictitious case where $E^0_{abs} = \SI{0}{\volt}$.}
\caption{Impact of the concentration of electrolyte on the formal oxidation potential (computed with Eq.~(9) of the main text), $E^f_{abs}$, considering a fictitious case where $E^0_{abs} = \SI{0}{\volt}$.}
\end{figure}

\begin{figure}[!h]
Expand Down

0 comments on commit 8dccf6f

Please sign in to comment.