Stability vs. Particle Count and Starting Diameter

A 35-trial sweep across particle counts from 200 to 3,200 and starting diameters from 20 to 150 - the widest stability search run so far. The result: zero stable configurations, confirmed by a proper resolution convergence check rather than a single pass.

Scatter plot of particle count vs starting diameter, every point marked unstable with a red X - no stable configurations found anywhere in the grid

Every one of the 35 (n, diameter) combinations tested came back unstable - no green dots anywhere on the grid.

Line plot showing the step at which each configuration's cluster begins to permanently disperse, rising smoothly with both particle count and starting diameter

A real, graded signal survives inside the negative result: bigger n and larger starting diameter both delay dispersal - they just never prevent it.

Run Parameters

Particle counts tested (per species)200, 400, 800, 1,600, 3,200 (400-6,400 total particles per trial)
Starting diameters tested20, 40, 60, 80, 100, 120, 150 (time-step units)
Grid size35 trials (5 particle counts x 7 diameters)
Integration modeDirect Normalization
Force resolutionsubsteps=20 (main sweep), cross-checked at 1/10/20/40
Run length1,000 raw steps per trial
Stability definitionRMS radius never permanently exceeds 2x its early-run baseline

Observations

Read honestly: only one random seed was run per (n, diameter) point in the main sweep - this is an explicitly chaotic system, and the convergence check's own substeps=1 disagreement is direct evidence that seed variance is real here. "Zero stable configurations found" is a strong signal, not a proven ceiling; a multi-seed replication at a few boundary-adjacent points would be the natural next step. Also worth being clear about scope: this tests whether a whole population, released together as one compact group, stays bound as a single unit - it never does here. That's a different question from whether some particles within a much larger, freely-expanding swarm find each other and stay bound, which is exactly what the cluster-formation experiments below found, repeatedly.

Go Deeper

The full notebook - including the pipeline setup, the real 35-trial classification, and the convergence check - is available as a rendered notebook.

Read the Full Analysis Notebook