Solvation#
Implicit solvation models are available for the calculation of the solvation free energies partitioned as
including the polar contribution \({\Delta G_{\text{polar}}}\) based on electrostatics, the non-polar contribution \({\Delta G_{\text{npol}}}\) based on cavity formation and dispersion, and a constant shift \({\Delta G_{\text{shift}}}\) depending on the thermodynamic state of initial gas and final liquid solution.
ALPB solvation model#
The analytical linearized Poisson-Boltzmann (ALPB) model evaluates the polar contribution
based on the ALPB constant \({\alpha}\) (set to 0.571214), the solute (\({\epsilon_{\text{in}}=1}\)) and solvent (\({\epsilon_{\text{out}}}\)) dielectric constants combined in \({\beta=\frac{\epsilon_{\text{in}}}{\epsilon_{\text{out}}}}\), atomic partial charges \({q_{A/B}}\), and the electrostatic size of the solute \({\mathcal{A}_{\text{det}}}\). [1] \({f(R_{AB}, a_{A}, a_{B})}\) is the interaction kernel with the Born radii \({a_{A/B}}\) and can take two forms, either
proposed by Still (default in GBSA), or the more recent P16 kernel (default for ALPB):
For specific polar interactions, an atom-wise hydrogen bonding correction is introduced:
In addition to the polar contribution, the non-polar contribution is included with a cavity dispersion solvation term (CDS) based on the atomic surface tension \(\gamma_{A}\) and the solvent-accessible surface area (SASA) \(\sigma_{A}\):
An additional empirical constant shift is applied to the solvation free energy. A solution state correction can be activated but is not included by default.
GBSA solvation model#
The generalized Born solvation model (GBSA) is a simplified version of ALPB in the limit of an ideal conductor environment (\({\epsilon_{\text{out}}}\rightarrow \infty\) and \({\beta\rightarrow 0}\)). As for ALPB, CDS and a constant shift shift are applied, while a solution state correction can be activated (only if the solvent is specified by name).
Domain decomposition continuum solvation models#
The domain decomposition solvation models implemented through the ddX library provide efficient formulations of the classical COSMO, CPCM, and PCM continuum models. The physical picture remains unchanged here, with the solute being embedded in a molecular cavity \(\Omega\) that is surrounded by a homogeneous polarizable continuum. The solvent response is represented by an apparent surface charge distribution \(\sigma\) on the cavity boundary \(\Gamma\), which generates the reaction field potential \(\phi^\sigma\).
In the COSMO model, the solvent is first approximated by an ideal conductor, \(\epsilon \rightarrow \infty\), such that the total electrostatic potential must vanish at the cavity boundary. Therefore, the reaction field potential exactly cancels the molecular electrostatic potential \(\phi^{\rho_0}\) on \(\Gamma\). Inside the cavity, the reaction field potential is harmonic, such that the following boundary value condition is fulfilled.
The central idea of the domain decomposition formulation is to rewrite this global boundary value problem as a set of coupled local problems. For this purpose, the molecular cavity is decomposed back into its initial union of atom-centered spheres,
The surface of each atomic sphere is further separated into an exposed (e) and buried (interior, i) part,
Thus, the boundary value problem can be rewritten as a set of \(N_\mathrm{at}\) coupled sphere-wise boundary value problems,
where the potential on the buried surface is obtained from the potentials of all intersecting spheres at the considered surface point. Here, \(\mathcal{N}(A,\mathbf{s})\) defines the list of neighbouring spheres of sphere \(A\) at surface point \(\mathbf{s}\). These local problems can be expressed in the known integral form by representing the reaction field potential on each sphere through a single-layer potential,
The local surface charge distributions \(\sigma_A(\mathbf{s})\) are then expanded in real spherical harmonics,
and integration is performed numerically on the unit sphere using Lebedev quadratures. This finally results in a linear system
where the vector \(\mathbf{X}\) contains the expansion coefficients of the local apparent surface charges, \(\mathbf{g}\) is the corresponding spherical harmonics expansion of the free-space potential generated by the solute’s charge distribution, and \(\mathbf{L}\) is a naturally block-sparse coupling matrix. This system is solved iteratively in a very efficient manner, for instance by Jacobi or DIIS procedures, which allows the solvation contribution to be computed with linear-scaling behavior.
In tblite, the solute charge density is represented by atom-centered point charges. The final solvation free energy is therefore obtained through a dot product of the vector containing the partial charges, \(\mathbf{\Psi}\), and the expansion coefficients,
where the factor
scales the surface charges, or equivalently the energy, to account for the fact that the real dielectric permittivity of the solvent is finite. As established, it further distinguishes between COSMO, \(x = 0.5\), and CPCM, \(x = 0\).
In PCM, the continuum is not treated as an ideal conductor, leading to both single- and double-layer potential contributions. Addressing the general integral equation formalism (IEF) of PCM by the same sphere-wise framework used for ddCOSMO/ddCPCM, the ddPCM equation can be written as
with the operators
and the single- and double-layer operators \(\hat{\mathcal{S}}\) and \(\hat{\mathcal{D}}\). The ddPCM model solves this problem by introducing an intermediate potential \(\phi_\epsilon\), which splits the problem into
and
While the second equation has the same structure as the single-layer problem solved in ddCOSMO/ddCPCM, the first equation stands out as the additional PCM problem.
For further reading, the reader is referred to comprehensive reviews [2][3] and the references cited therein.
Solution state correction#
For solvation free energies, the state of the inital gas and final liquid solution can be changed with a solution state correction.
By default no solution state correction is applied (gsolv, default), which is comparable with most other solvation models (SMD, COSMO-RS, …).
For normal production runs, the option bar1mol should be used. For explicit comparisons with reference state corrected COSMO-RS, the reference option should be used (includes solvent-specific correction for infinite dilution).
Solution state correction is available for the ALPB and GBSA solvation models.
Name |
Definition |
|---|---|
gsolv (default) |
1 L of ideal gas and 1 L of liquid solution |
bar1mol |
1 bar of ideal gas and 1 mol/L liquid solution |
reference |
1 bar of ideal gas and 1 mol/L liquid solution at infinite dilution |