Inferensys

Glossary

Lennard-Jones Potential

A simple mathematical model describing the non-bonded van der Waals interaction between two neutral atoms, characterized by a steep repulsive term at short range and an attractive dispersion term at longer range.
ML engineer managing model training cluster on laptop, GPU utilization visible, technical deep learning setup.
INTERATOMIC FORCE FIELD

What is Lennard-Jones Potential?

The Lennard-Jones potential is a mathematically simple pair potential that models the non-bonded van der Waals interaction energy between two neutral atoms or molecules as a function of their separation distance.

The Lennard-Jones potential is a pair potential that defines the non-bonded interaction energy between two neutral atoms as a function of their separation distance, combining a steep r⁻¹² repulsive term with a smooth r⁻⁶ attractive dispersion term. It is the foundational model for van der Waals forces in classical molecular dynamics simulations, parameterized by the collision diameter σ and the well depth ε.

At short range, the Pauli exclusion principle dominates, creating a hard repulsive wall modeled by the r⁻¹² term. At longer range, the r⁻⁶ term captures induced-dipole London dispersion forces. The potential is computationally efficient, requiring only two parameters per atom type, and is a core component of force fields like AMBER, CHARMM, and OPLS for modeling non-bonded interactions.

MATHEMATICAL FOUNDATIONS

Key Characteristics

The Lennard-Jones potential is a cornerstone of molecular simulation, providing a computationally efficient model for non-bonded van der Waals interactions through a simple two-parameter equation.

01

Mathematical Form

The potential is defined as V(r) = 4ε[(σ/r)^12 - (σ/r)^6], where r is the interatomic distance. The r^(-12) term models Pauli repulsion at short range due to overlapping electron clouds, while the r^(-6) term captures London dispersion attraction from induced dipole interactions. The parameters ε (well depth) and σ (collision diameter) are atom-type specific and determined empirically or from quantum calculations.

02

Parameterization Strategy

The two parameters have clear physical interpretations:

  • ε (epsilon): The depth of the potential well, representing the maximum attractive energy between two atoms
  • σ (sigma): The finite distance at which the inter-particle potential is zero, defining the effective atomic radius

These are typically derived by fitting to experimental data like second virial coefficients or ab initio quantum mechanical calculations. Common values for carbon in the OPLS force field are σ = 3.50 Å and ε = 0.066 kcal/mol.

03

Computational Efficiency

The Lennard-Jones potential is computationally inexpensive because it depends only on pairwise distances and requires no expensive exponential or trigonometric function evaluations. The r^(-12) and r^(-6) terms are calculated using simple multiplications. In practice, a cutoff radius (typically 10-12 Å) is applied, beyond which interactions are truncated or shifted to zero, dramatically reducing the O(N^2) computational cost of non-bonded force calculations in large systems.

04

Combining Rules

For heterogeneous atom pairs (e.g., carbon interacting with nitrogen), combining rules estimate cross-interaction parameters from pure-component values:

  • Lorentz-Berthelot rule: σ_ij = (σ_i + σ_j)/2 and ε_ij = √(ε_i * ε_j)
  • Geometric mean rule: σ_ij = √(σ_i * σ_j)

These approximations are critical for simulating multi-component systems like protein-ligand complexes but can introduce inaccuracies for highly polarizable atoms.

05

Limitations and Extensions

The standard 12-6 Lennard-Jones potential has known shortcomings:

  • The r^(-12) repulsion is steeper than physically realistic exponential repulsion
  • It cannot capture many-body dispersion effects or polarization
  • It poorly describes highly polarizable atoms like halogens

Extensions include the Buckingham potential (exponential repulsion), the 9-6 Lennard-Jones variant for softer repulsion, and Drude oscillator models that explicitly account for electronic polarization in advanced force fields.

06

Role in Force Fields

The Lennard-Jones potential is a universal component of Class I additive force fields including:

  • AMBER: Used for proteins and nucleic acids with atom-type specific parameters
  • CHARMM: Combined with electrostatic terms for biomolecular simulation
  • OPLS: Optimized to reproduce liquid-state thermodynamic properties
  • GROMOS: A united-atom approach where aliphatic hydrogens are implicit

It exclusively models van der Waals interactions, working alongside Coulombic terms for electrostatics and bonded terms for covalent geometry.

POTENTIAL ENERGY FUNCTION COMPARISON

Lennard-Jones vs. Other Interatomic Potentials

Comparative analysis of the Lennard-Jones potential against other common interatomic potentials used in molecular dynamics simulations, highlighting functional forms, computational cost, and physical accuracy.

FeatureLennard-Jones (12-6)BuckinghamMorseNeural Network Potential

Functional Form

V(r) = 4ε[(σ/r)¹² - (σ/r)⁶]

V(r) = A·exp(-Br) - C/r⁶

V(r) = Dₑ[1 - exp(-a(r-rₑ))]²

Learned from QM data

Repulsive Wall

r⁻¹² term

Exponential term

Exponential via harmonic

Implicitly learned

Attractive Term

r⁻⁶ dispersion

r⁻⁶ dispersion

Harmonic well

Implicitly learned

Bond Dissociation

Parameters per Pair

2 (ε, σ)

3 (A, B, C)

3 (Dₑ, a, rₑ)

Millions (network weights)

Computational Cost

Very low

Low

Low

High (GPU required)

Physical Accuracy

Moderate (noble gases)

Good (ionic solids)

Good (diatomics)

Near QM accuracy

Unphysical r→0 Behavior

LENNARD-JONES POTENTIAL

Frequently Asked Questions

Clear, technical answers to the most common questions about the Lennard-Jones potential, its mathematical formulation, and its critical role in molecular dynamics simulations.

The Lennard-Jones potential is a mathematically simple pair potential that models the non-bonded van der Waals interaction energy between two neutral atoms or molecules as a function of their separation distance. It works by balancing two opposing physical effects: a steep repulsive term proportional to ( r^{-12} ), which dominates at very short distances due to Pauli exclusion and electron cloud overlap, and an attractive dispersion term proportional to ( r^{-6} ), which dominates at longer distances due to induced dipole-induced dipole interactions. The standard 12-6 form is ( V(r) = 4\epsilon[(\sigma/r)^{12} - (\sigma/r)^6] ), where ( \epsilon ) defines the well depth and ( \sigma ) defines the finite distance at which the potential crosses zero. This functional form creates a characteristic potential well with a minimum at ( r_m = 2^{1/6}\sigma ), representing the equilibrium bond distance.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.