Lennard-Jones Mixing Rules

vdW parameters are normally fitted against experimental results such as the liquid densities and enthalpy of vaporisation of pure components. It is also a standard practice to obtain parameters of similar types of atoms, \(i = j\), such as those we have seen in the previous page for methyl carbon atoms.

However, molecular systems can consist of different types of atoms (where \(i \neq j\)) and each different combination of pairs of atom types would have a different set of parameters. There are often too many possible pairs to fit them all experimentally.

These missing vdW parameters are usually derived by using some kind of mixing rules, involving parameters for those of atomic components (\(ii\) and \(jj\)) to make up values for atom pairs (\(ij\)).

The table below shows some of the mixing rules for LJ 12-6 functions:

Mixing rule no. Scheme name Energy, \(\epsilon_{ij}\) Steric, \(\sigma_{ij}\)
1 Standard geometric \(\sqrt{\epsilon_{ii} \epsilon_{jj}}\) \(\sqrt{\sigma_{ii}\sigma_{jj}}\)
2 Standard arithmetic \(\frac{\epsilon_{ii} + \epsilon_{jj}}{2}\) \(\frac{\sigma_{ii}+\sigma_{jj}}{2}\)
3 Fender-Halsey \(\frac{2 \epsilon_{ii} \epsilon_{jj}}{\epsilon_{ii} + \epsilon_{jj}}\) \(\frac{\sigma_{ii}+\sigma_{jj}}{2}\)
4 Halgren HHG \(\frac{4 \epsilon_{ii} \epsilon_{jj}}{\left(\sqrt{\epsilon_{ii}} + \sqrt{\epsilon_{jj}}\right)^2}\) \(\frac{\sigma_{ii}^3+\sigma_{jj}^3}{\sigma_{ii}^2+\sigma_{jj}^2}\)
5 Waldman-Hagler \(2 \sqrt{\epsilon_{ii} \epsilon_{jj}} \frac{\left(\sigma_{ii} \sigma_{jj}\right)^3}{\sigma_{ii}^6 + \sigma_{jj}^2}\) \(\left(\frac{\sigma_{ii}^6+\sigma_{jj}^6}{2}\right)^{\tfrac{1}{6}}\)
6 Slater-Kirkwood [1] \(B_{ij} = \frac{3 \alpha_i \alpha_j}{2 \sqrt{\frac{\alpha_i}{N_i}+\frac{\alpha_j}{N_j}}}\) \(A_{ij} = \frac{1}{2} B_{ij}\left(w_i + w_j\right)^6\)

Out of these rules, the geometric and arithmetic rules are used the most frequently by a wide range of force field schemes. However, the rules differ from one scheme to the other. For example, OPLS uses the geometric rule to determine both \(\epsilon_{ij}\) and \(\sigma_{ij}\) for \(ij\) pairs, whereas, for DREIDING FF, the arithmetic rule is used for \(\sigma_{ij}\) and the geometric rule for \(\epsilon_{ij}\).

Note

Mixing rules have minimal scientific justification but appear to work ‘quite well’. They should also only apply to the same function type. For example, you cannot mix parameters between LJ and Buckingham functions, neither should you mix parameters from LJ 12-6 and, say, LJ 9-6.

Note

In DL_POLY, mixing rules can be defined using the vdw mix or vdw_mix_method directive in the CONTROL file. For example, for Fender-Halsey mixing rules:

vdw mix fender

should be used in older versions of DL_POLY, while DL_POLY_5 would require:

vdw_mix_method Fender-Hasley

In DL_FIELD, mixing rules can be independently set for the \(\epsilon_{ij}\) and \(\sigma_{ij}\) parameters. For the Slater-Kirkwood scheme, DL_FIELD will obtain the atomic data from the dl_field.atom_data file by matching against atom types using DL_F Notation.

Footnote

[1]This mixing rule derives the Lennard-Jones parameters from atomic data: polarisabilities \(\alpha_i\), effective numbers of electrons \(N_i\) and atomic radii \(w_i\) for both components.

^ GO TO TOP ^