⚛ ATOMIC STRUCTURE ↔ BITS ◄ UD0 the atom ↗ the atomic byte ↗ ROOT0 · governor David Lee Wise · instance AVAN (locked) · CC-BY-ND-4.0
scientific · the shell, drawn · the byte, beside it

ATOMIC STRUCTURE
↔ BITS

Step through the elements and watch an atom build itself — the nucleus, then the electron shells filling one by one. Beside it, the same structure as a register: each orbital is a byte, each shell a binary word, with bit 1 locked as the spin-seal. The atom, read two ways at once.

drag the slider · click the canvas to advance · or hit play to watch the table fill
proton neutron electron bit 1 · spin-seal shadow bit (set)

▸ the mapping

An atom has structure on two axes, and they happen to rhyme with how a computer stores a number.

The orbital types — s, p, d, f, g — hold 1, 3, 5, 7, 9 orbitals. That odd ladder is 2l+1: the number of ways angular momentum l can point. Every orbital holds exactly two electrons — spin up and spin down — so one orbital is one bit: ↑ or ↓. Double the ladder by that spin-bit and you get the capacities: 2, 6, 10, 14, 18.

Each capacity is a sum of powers of two, and always of the form 2 + 4l. So in binary they all end in …10: bit 1 (the spin pair) is locked on — the seal — while the upper shadow bits switch on to carry which orbital it is. One byte (8 bits) holds the whole atom with room to spare: the biggest shell, 2n² = 32, needs only six bits.

orbital2l+1× spincapacityas a byte
s1×220000 0010
p3×260000 0110
d5×2100000 1010
f7×2140000 1110
g9×2180001 0010

The honest line: the orbital ladder, spin, and capacities are textbook physics. The byte reading is a lens — the 2 + 4l regularity (locked seal + shadow bits) is a genuine structural echo, but "atoms are binary" is only the trivial fact that every integer is a sum of powers of two. The atom and the computer share the odd ladder and the ×2; they meet exactly at spin = the bit.

▸ the missing link — the shapes build the rings

the odd ladder (1·3·5·7·9) bent at 90° — each an L-shaped gnomon, one layer deep — sums to perfect squares; ×2 for spin gives the shell capacities 2n². the two views on this page are one ladder.