HomeArticlesMolecular Dynamics

Hydrogen Bonds in Liquid Water: A Network That Never Stops Rearranging

Each water molecule can donate two hydrogen bonds and accept two more, weaving a tetrahedral network that breaks and reforms roughly every picosecond.

mysimulator teamUpdated June 2026≈ 7 min read▶ Open the simulation

Donor, acceptor, and a geometric rule

A hydrogen bond forms between a hydrogen covalently bonded to an electronegative atom — the donor, O-H in water — and a lone pair on a nearby electronegative atom — the acceptor, an oxygen's unshared electrons. It is weaker than a covalent bond but far stronger than a generic van der Waals attraction. Simulations typically flag a bond as present using a simple geometric cutoff: the donor-acceptor oxygen-oxygen distance under roughly 3.5 Å, combined with an O-H···O angle close enough to linear, conventionally above about 150°.

Four bonds per molecule, on average

Each water molecule has two hydrogens to donate and two lone pairs to accept with, so the maximum coordination is four — the same tetrahedral arrangement found in ice. In the liquid, that number is only a statistical average: any given molecule fluctuates between roughly two and four active bonds from one instant to the next as thermal motion continually distorts distances and angles past the cutoff and back.

Simplified bond-detection test between molecule A (donor) and B (acceptor):

  if distance(O_A, O_B) < 3.5   // angstroms
     and angle(H_A, O_A, O_B) > 150   // degrees
  then bond(A, B) = true

Bond lifetime and the jump mechanism

A single hydrogen bond in liquid water lasts, on average, only about one to a few picoseconds before it breaks — a timescale measured both by molecular dynamics correlation functions and by ultrafast infrared spectroscopy. Reorientation does not usually happen by a slow, continuous wobble; the dominant pathway, sometimes called the large-amplitude jump mechanism, has a molecule's donor hydrogen swing rapidly toward a new acceptor while its old bond is simultaneously breaking, more like a sudden hop between partners than a gradual drift.

live demo · water molecules forming and breaking bonds● LIVE

Why this matters: water's odd behaviour

Nearly every anomaly that makes water unusual among small molecules traces back to this network. Its high boiling point relative to molecules of similar size comes from the extra energy needed to break the hydrogen bonds, not just overcome ordinary van der Waals attraction. Its unusually high heat capacity reflects energy going into distorting and re-forming bonds rather than simply speeding molecules up. And its density maximum near 4°C comes from a tug-of-war between ordinary thermal packing and the network's tendency, as it strengthens on cooling, to hold molecules apart in a relatively open tetrahedral arrangement.

Simulating it: from simple models to ab initio

Full quantum (ab initio) simulations of water are accurate but far too slow to run at scale, so most molecular dynamics uses simplified point-charge models — SPC/E and the TIP4P family among the most common — that place fixed partial charges on rigid or near-rigid molecular geometries and reproduce the hydrogen-bond network's statistics well enough to study its dynamics. The canvas demo above takes the same idea a step further into pure geometry: it tracks distance and orientation between simplified particles and lights up a connection whenever those two criteria are satisfied, exactly mirroring the geometric bond-detection test used in real simulation analysis.

Frequently asked questions

How many hydrogen bonds does a water molecule have at once?

On average close to four in liquid water — two donated through its own hydrogens and two accepted at its lone pairs — but that number fluctuates constantly. Ultrafast spectroscopy and simulation both show a molecule spends much of its time with three or four bonds and briefly dips to two or even one as bonds break and reform.

How is liquid water's network different from ice?

Ice holds essentially every possible hydrogen bond in a fixed, rigid tetrahedral crystal lattice that barely changes over time. Liquid water keeps roughly the same local tetrahedral geometry on average, but individual bonds are transient, breaking and re-forming on a picosecond timescale, so the network is a constantly reorganizing statistical average rather than a static structure.

Why does the hydrogen-bond network explain water's density anomaly?

Near 4°C, two competing effects balance: thermal motion is packing molecules closer as usual, while the open, tetrahedral hydrogen-bond network — which lowers density by holding molecules apart in a spacious lattice-like arrangement — is simultaneously strengthening as temperature drops further. The trade-off between those two effects is what produces water's unusual density maximum instead of a simple monotonic increase on cooling.

Try it live

Everything above runs in your browser — open Hydrogen-Bond Network and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.

▶ Open Hydrogen-Bond Network simulation

What did you find?

Add reproduction steps (optional)