A crowd of oscillators, each ticking at its own rate, coupled so that each feels the average of the rest. Below a critical coupling they stay a blur; above it they snap into step. That transition — the Kuramoto model — is the physical idea the whole platform simulates and controls. Drive it yourself below; the panel runs the library's exact mean-field kernel.
Each oscillator $i$ has a phase $\theta_i$ and its own natural frequency $\omega_i$. It advances at its own rate plus a pull toward the population's collective phase, scaled by the coupling $K$. The collective phase is captured by the complex order parameter $R\,e^{i\psi}$ — the average of every oscillator's unit phasor. Its magnitude $R$ runs from $0$ (a uniform blur) to $1$ (perfect lock).
The mean-field kernel writes the coupling in the algebraically identical form $K\big(\bar{s}\cos\theta_i-\bar{c}\sin\theta_i\big)$ with $\bar{c}=\langle\cos\theta\rangle,\ \bar{s}=\langle\sin\theta\rangle$, so a single pass over the population drives every oscillator. It is integrated with fixed-step fourth-order Runge–Kutta — the same kernel the platform pins its browser panel to.
The left wheel shows each oscillator as a dot on the unit circle; the arrow is the order-parameter vector $R\,e^{i\psi}$. The right trace is $R$ over time. Start with $K$ low and the dots scatter around the ring — $R$ hugs zero. Raise $K$ past the point where the pull overcomes the frequency spread and a cluster forms: the arrow lengthens and $R$ climbs toward one. Widen the frequency spread and you need more coupling to lock — the competition that sets the critical point.
The Kuramoto network is the workload the platform maps onto quantum and analog hardware. The same coupling problem compiles to a Trotterised circuit for a gate machine, to a native Hamiltonian for neutral-atom, circuit-QED and photonic backends, and to this classical mean-field kernel for a fast, honest baseline. Synchronisation is the quantity every one of those routes is trying to reproduce and steer.
| Route | What carries the dynamics | Where it runs |
|---|---|---|
| Classical mean-field | this RK4 kernel over $\theta_i$ | browser / CPU baseline |
| Trotterised circuit | XY Hamiltonian, gate decomposition | gate-based QPU |
| Native analog | Rydberg / exchange / beam-splitter couplers | neutral-atom, circuit-QED, photonic |
| Networked classical | per-pair coupling matrix $K_{nm}$ | CPU, arbitrary topology |
Evidence boundary: this is the classical mean-field simulator, run live in your browser from the library's exact kernel — a baseline and a teaching tool, not a hardware result. It makes no quantum-advantage claim; the hardware observations live on the results pages, with their own raw counts and statistics. Frequencies and initial phases are generated on the page; the physics you see is the integrator, which is checked against the Python reference to better than $2\times10^{-14}$.