Energy Function¶
Energy calculation is at the core of PELE. It is performed during minimization, ANM, ligand perturbation, side chain prediction and the Metropolis evaluation. Though different approximations are considered in each phase, the function we describe here is the general one. Notice that this section does not yet discuss the binding energy that PELE provides.
The general energy function in PELE has the form:
The first term is the molecular mechanics component, and corresponds to the energy of the system in vacuum. Depending on the force field chosen for the simulation (see ForceField), this term will have different functional forms and parameters. The second term is the solvation energy for the system, and depends on the solvation model chosen (see Solvent); of course, this term is null in vacuum studies. The third term depends on the constraints fixed by the user (for example, to keep the ligand at the perturbation target position).
The molecular mechanics term is further divided in bonded and non-bonded energy:
The bonded part includes the bond, angle, torsion, improper torsion, and 1-4 interactions terms:
As for the non-bonded energy, when using the multi-scale energy algorithm (see NonBonding in Pele++ control file), and for efficiency reasons, it is calculated only for pairs of neighboring atoms. These neighbors are grouped as short-distance neighbors and long-distance neighbors, and each group is itself divided into two groups, depending on whether all non-bonded interactions are calculated, or only the van der Waals ones. For simplicity, in this section we will consider the non-multiscale algorithm where all interactions are calculated, and therefore:
Finally, regarding the solvation energy, it consists of one term for the electrostatic or polar part of that energy, and another for the non-polar part; some solvent models also add some corrections to the electrostatic part as penalty terms:
The expanded energy formula is then:
and with all terms expanded, for the SGB/NP model:
and for the OBC/ACE model:
The Molecular Mechanics energy terms¶
The different force fields used in PELE (see ForceField) all use the same functional form, though they differ in the parameters, scaling factors, and in some of the expansion terms (such as \(E_{\text{torsion}}\)).
Here come the references for the force fields available in PELE. For further checks, consult Schrödinger’s IMPACT, [hornak:2006], Chimera addcharge documentation and the AMBER manual.
OPLS2005: [banks:2005] for ligands (it is the citing paper for OPLS2005 according to Schrödinger, see http://www.schrodinger.com/kb/546 ; in Maestro, the OPLS2005 parameters are at
$SCHRODINGER/mmshare-vversion/data/f14/
) and [kaminski:2001] for proteins (affects torsional parameters and, for cysteine and methionine, some nonbonded parameters). Original atom types for OPLS are those of AMBER ([cornell:1995], table 1). The original OPLS family of force fields is based on [jorgensen:1996] (for carbohydrates there was another publication: [damm:1997]) and [kaminski:2001]. The first publication on OPLS, for united atom, was [jorgensen:1988].AMBER99: [cornell:1995] (the base of the force field) + [wang:2000] (changes in torsional parameters). Not thoroughly tested in production in PELE, but should work in principle.
AMBER99SB: AMBER99 + [hornak:2006] (corrections for protein backbone dihedral terms). Not thoroughly tested in production in PELE, but should work in principle.
AMBER99SBBSC0: AMBER99SB + [perez:2007] (corrections for nucleic acids). This is the AMBER force field used in production in PELE, though most simulations have been with DNA until now.
Following are the different terms, with comments depending on the actual force field used.
Bond and angle terms are the same in all force fields, only differing in the parameters used.
The AMBER force fields use this formula for the torsional term:
while OPLS uses this other one:
As stated in p. 11227 of [jorgensen:1996], the phase angles \(f_1^{i}\), \(f_2^{i}\) and \(f_3^{i}\) are zero.
To accomodate both types, the actual PELE function is like this:
Apparently, the values of \(\gamma_{n}\) or \(f_{n}^{i}\) can only be \(0^{\circ}\) or \(180^{\circ}\), so they are actually modelled by the prefactor value \(\pm 1\) (\(k_{j,2}\)) in the parameter files (since \(\cos (\pi - \phi) = - \cos (\phi)\)). Notice that \(n_{j}\) can only take values 1,2,3,4 and 6. There seem to be force fields or special dihedral atoms for which \(E_{\text{torsion}}\) has more than 3 terms, while this was the number of terms in the original OPLS force field.
Also notice that \(E_{\text{improper torsion}}\) uses the same formula.
For the non bonded term (including the 1-4 interactions), AMBER uses:
where the permittivity constant, \(\varepsilon\), is 1 since the Molecular Mechanics term is in vacuum, and the scaling factors for the electrostatic and VDW terms in AMBER are documented in [cornell:1995]. However, OPLS uses:
In PELE, the following formula is used:
Notice that special charges \(q_{i}^{s}\) are obtained from the actual charges \(q_{i}\) by multiplying by a factor (a squared root, so that when multiplying one charge by the other, we obtain the factor that converts the charge product into the appropriate units) that includes the common Coulomb constant (\(\frac{1}{4 \pi \varepsilon_{0}}\)) that appears in the Coulomnb formulation of charge interaction, as well as the Avogradro number (\(N_{A}\)), unit charge in Coulombs (\(e\)) and other factors that convert from a radius in \(\AA{}\) and a charge in atomic units to kcal/mol.
The parameters in the previous formula resolve differently for the different force fields; to use the same formula for different forcefields, special symbols \(\epsilon_{i}^{s}\) and \(\sigma_{ij}^{s}\) are used. Also, \(\text{scale}_{\text{coulomb}}\) is \(\frac{2}{1.2}\) for 1-4 pairs in AMBER, and 1 in all other cases, including all cases in OPLS. As for the VDW parameters, for OPLS:
Notice that, in the OPLS template files, the values provided are \(\epsilon_{ii}\) and \(\sigma_{ii}\).
For AMBER:
Notice that, in the AMBER template files, the values provided are \(\epsilon_{ii}\) and \(r_{i}\) (also named \(R^{*}\)). Also note that \(r_{0} = r_{ij} = r_{i} + r_{j} = \sqrt[6]{2} \sigma_{ij}\) (see http://ambermd.org/Questions/vdwequation.pdf). Remember that \(\sigma_{ii}\) is the intermolecular distance where the potential of two particles of type \(i\) is zero, while \(r_{0}\) is the intermolecular distance where the potential is at a minimum (of value \(\epsilon_{ij}\)).
Note
The VDGBNP solvent model affects the \(E_{\text{nb}}\) term through \(\varepsilon_{\text{in}(ij)}\) (see [zhu:2007]). For all other models (including vacuum), this internal permittivity constant is 1.
The solvation energy¶
PELE allows working with implicit solvent (otherwise, it works in vacuum), in particular the Generalized Born approximation (see [bashford:2000]). The configuration is described at Solvent Block in Pele++ control file.
When in vacuum, the \(\Delta G_{\text{solv}}\) term is zero. With implicit solvent, the user can select among the following variants:
Surface Generalized Born + Non-Polar (SGBNP): [ghosh:1998]) gives the detail on how to calculate the Born radii (though the empirical corrections are not followed), and [gallicchio:2002] describes the non-polar term. It uses a penalty term for ion pairs.
Variable-Dielectric Generalized Born + Non-Polar (VDGBNP): [zhu:2007]; uses the same non polar term as SGBNP.
OBC: [onufriev:2004] (based on the HCT model of [hawkins:1996]. The actual formulas for calculating the original HCT alphas in the model appears in [hawkins:1995]). It uses the non polar term of [schaefer:1998] as implemented in Tinker.
The polar energy term¶
All implicit solvent models in PELE use the same formula for the \(\Delta G_{\text{solv,pol}}\) term (see, for instance, eq. 2 in [onufriev:2004], eq. 2 in [zhu:2007], and eq. 19 for [ghosh:1998]), varying in how the dielectic permittivity constant is calculated. Notice that the formula is sometimes called the Still energy from [still:1990].
where \(\varepsilon_{\text{in}(ij)}\) depends on the pair of atoms for VDGBNP and is 1 in the other solvent models (as explained in [zhu:2007], a value of 1 is used on the theory that optical polarization of the protein is incorporated into the force field); \(\varepsilon_{\text{solv}}\) is \(80.0\); the second sumation in the formula is what is called self energy in PELE. Notice that the first summation does not have the factor \(\frac{1}{2}\) that usually appears in articles; this is because in this formula each pair of atoms appears only once. Regarding the treatment of ions in solution, if not using the Debye approximation then \(\kappa\) is zero, otherwise, it depends on the ionic strength as follows:
with \(N_{A}\) the avogadro number, \(e\) the elementary charge of a proton, \(I\) the ionic strength of the solution, \(\varepsilon_{r}\) is the relative permittivity of the solvent (\(80.0\)), and \(\varepsilon_{0}\) is the vacuum permittivity. The factor \(10^{-10}\) is to pass the units to \(\AA{}\). The factor \(0.73\) is a correction introduced in [srinivasan:1999a].
The distance function \(f_{\text{GB}}\) depends on the Born radii of atoms \(i\) and \(j\) (also called alphas) in the following way (all models in PELE follow the Still formulation):
with \(\alpha_{ij} = \sqrt{\alpha_{i} \alpha_{j}}\) and \(D=\frac{r_{ij}^2}{(2\alpha_{ij})^2}\).
To calculate Born radii (alphas), the atomic radii used to define the solute-solvent dielectric interface are those described in eq. 6 of [gallicchio:2002], with some modifications in OPLS2005, and stated in column Rad. Non Polar SGB of the NBON section in the IMPACT template files (IMPACT template file format).
Warning
Despite eq. 6 of [gallicchio:2002], it can be noticed in file f14_sgbnp.param
that this equation is not always applied, at least in OPLS2005. For example, both atom types CA
and CA2
(aromatic C) have a standard OPLS radius of \(1.775\AA{}\), but the radii used to calculate Born radii differ for both types (\(2.002\AA{}\) and \(2.500\AA{}\) respectively, in Schrödinger 2017-1 release), following eq. 6 only in the first case.
The penalty term¶
This term corrects the tendency to form salt bridges of implicit solvent models (see [yu:2004]). In PELE, this term is only present for the SGB solvent, since it is already included in the VDGBNP model through the internal dielectric constants. The OBC model does not use this penalty term either. The penalties are only calculated for 1-4 or non-bonded interactions.
The formula for the penalty term is:
where
The variable dielectric¶
The variable dielectric solvent model modifies the internal dielectric of the protein for specific atoms (see [zhu:2007]). This affects the polar part of the solvation energy, as well as the molecular mechanics interactions through the \(\varepsilon_{\text{in}(ij)}\) parameter, which follows this formula:
Notice that this rule is the same as in [zhu:2007], but in the code a \(\min\) function is used, since the actual formula used is:
Also, notice the specific dielectric values for the atoms match for some atoms, but not for all (not for the whole side chain, and also notice the different values depending on the protonation state of the histidine) with those in the article, since the article provides dielectric constants, while PELE works with inverse dielectric values. The values in PELE are (actually, inverse dielectric values):
N-terminal N and H atoms: inverse dielectric of 0.25
C-terminal C, O and OXT atoms: inverse dielectric of 1.0
Lysine atoms NZ, HZ1, HZ2, HZ3: inverse dielectric of 0.25
Arginine atoms N2, H3, CZ: inverse dielectric of 0.5
Histidine (HIS, HIE, HID) atoms CG, ND1, HD1, CD2, HD2, CE1, HE1, NE2, HE2: inverse dielectric of 0.5
HIP atoms CG, ND1, HD1, CD2, HD2, CE1, HE1, NE2, HE2: inverse dielectric of \(\frac{1}{3}\)
ASP atoms O2, CG: inverse dielectric of 0.25
GLU atoms O2, CD: inverse dielectric of \(\frac{1}{3}\)
All other atoms: inverse dielectric of 1.0
As said above, and following [zhu:2007], a value of 1 is used for the dielectric constant of all other atoms (in this case, it corresponds with an inverse value of 1) on the theory that optical polarization of the protein is incorporated into the force field
The non polar energy term¶
SGB and VDGBNP models¶
These solvent models follow the SGB/NP model (eq. 13 of [gallicchio:2002]):
where \(C_{\gamma, i}\) and \(C_{\alpha,i}\) are atomic parameters, \(\text{SASA}_{i}\) is the solvent accessible surface area (in \(\AA{}^{2}\)) of atom \(i\) (calculated using radii stated for eq. 7 in [gallicchio:2002], and listed in column Rad. Non Polar Type of the NBON section in the template files, see IMPACT template file format), \(S()\) is a switching function, \(\alpha_{i}\) is the Born radius of atom \(i\), and the adjustable parameters have values \(a=1.5 \AA{}\), (and \(b = 0.4\) and \(c = 12\), not shown).
OBC model¶
This solvent model follows the ACE model of [schaefer:1998] (eq. 2) as implemented in Tinker (for example, in Tinker 7.1.2), which uses an exponent of 6 for the term \(\frac{R_{i}}{\alpha_{i}}\), as well as uses per atom \(\sigma\) parameters (see https://simtk.org/forum/message.php?msg_id=6151 commenting how OpenMM implements the Tinker version of ACE non-polar solvation).
The actual formula used in PELE:
where \(R_{i}\) is the atomic radii as parameterized for ACE, \(\sigma_{i}\) is a coefficient, \(R_{s}\) is the solvent probe molecule radius (\(1.4 \AA{}\)), and \(\alpha_{i}\) is the atom Born radius.