Zero differential overlap
title: "Zero differential overlap" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["computational-chemistry"] topic_path: "science/chemistry" source: "https://en.wikipedia.org/wiki/Zero_differential_overlap" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
Zero differential overlap is an approximation in computational molecular orbital theory that is the central technique of semi-empirical methods in quantum chemistry. When computers were first used to calculate bonding in molecules, it was only possible to calculate diatomic molecules. As computers advanced, it became possible to study larger molecules, but the use of this approximation has always allowed the study of even larger molecules. Currently semi-empirical methods can be applied to molecules as large as whole proteins. The approximation involves ignoring certain integrals, usually two-electron repulsion integrals. If the number of orbitals used in the calculation is N, the number of two-electron repulsion integrals scales as N4. After the approximation is applied the number of such integrals scales as N2, a much smaller number, simplifying the calculation.
Details of approximation
If the molecular orbitals \mathbf{\Phi}i \ are expanded in terms of N basis functions, \mathbf{\chi}\mu^A \ as:
:\mathbf{\Phi}i \ = \sum{\mu=1}^N \mathbf{C}{i\mu} \ \mathbf{\chi}\mu^A ,
where A is the atom the basis function is centred on, and \mathbf{C}_{i\mu} \ are coefficients, the two-electron repulsion integrals are then defined as:
: \langle\mu\nu|\lambda\sigma\rangle = \iint \left(\mathbf{\chi}\mu^A (1)\right)^* \left(\mathbf{\chi}\nu^C (2)\right)^* \frac{1}{r_{12}} \mathbf{\chi}\lambda^B (1) \mathbf{\chi}\sigma^D (2) d\tau_1,d\tau_2 \
The zero differential overlap approximation ignores integrals that contain the product \mathbf{\chi}\mu^A (1) \mathbf{\chi}\nu^B (1) where μ is not equal to ν. This leads to:
: \langle\mu\nu|\lambda\sigma\rangle = \delta_{\mu\lambda} \delta_{\nu\sigma} \langle\mu\nu|\mu\nu\rangle
where \delta_{ij} = \begin{cases}0 & i \ne j \ 1 & i = j \ \end{cases}
The total number of such integrals is reduced to N(N + 1) / 2 (approximately N2 / 2) from [N(N + 1) / 2][N(N + 1) / 2 + 1] / 2 (approximately N4 / 8), all of which are included in ab initio Hartree–Fock and post-Hartree–Fock calculations.
Scope of approximation in semi-empirical methods
Methods such as the Pariser–Parr–Pople method (PPP) and CNDO/2 use the zero differential overlap approximation completely. Methods based on the intermediate neglect of differential overlap, such as INDO, MINDO, ZINDO and SINDO do not apply it when A = B = C = D, i.e. when all four basis functions are on the same atom. Methods that use the neglect of diatomic differential overlap, such as MNDO, PM3 and AM1, also do not apply it when A = B and C = D, i.e. when the basis functions for the first electron are on the same atom and the basis functions for the second electron are the same atom.
It is possible to partly justify this approximation, but generally it is used because it works reasonably well when the integrals that remain – \langle\mu\mu|\lambda\lambda\rangle – are parameterised.
References
- {{cite book | last = Jensen | first = Frank | authorlink = | title = Introduction to Computational Chemistry | url = https://archive.org/details/introductiontoco00fran_509 | url-access = limited | publisher = John Wiley and Sons | year = 1999 | location = Chichester | pages = 81–82 | hdl = 2027/uc1.31822026137414 | isbn = 978-0-471-98085-8 | oclc = 466189317 }}
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::