Added QFT
This commit is contained in:
32
output/qft/sketch08/index.html
Normal file
32
output/qft/sketch08/index.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html><html><head><meta charset="utf-8"><title>QFT · sketch 08 · field perturbations</title>
|
||||
<style>body{margin:0;background:#0b0b0b;color:#bbb;font:12px/1.5 ui-monospace,Menlo,monospace;padding:26px;max-width:1800px}
|
||||
h1{font-weight:400;letter-spacing:.22em;text-transform:uppercase;font-size:13px;color:#a5d4c9}
|
||||
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(440px,1fr));gap:20px;margin-top:18px}
|
||||
figure{margin:0;background:#fff;border:1px solid #262626;overflow:hidden}img{width:100%;display:block}
|
||||
figcaption{padding:8px 10px;color:#e8e4d8;background:#111}small{color:#777;display:block}
|
||||
.notes{color:#999;font-size:12px;background:#0e1816;padding:14px 18px;border-left:3px solid #a5d4c9;margin:18px 0}</style></head><body>
|
||||
<h1>QFT · sketch 08 · field perturbations — wavepackets & ripples</h1>
|
||||
<div class="notes">
|
||||
<b>New mechanics — fields are now perturbed BY their own physics, not decorated with separate objects:</b><br><br>
|
||||
<b>WAVEPACKETS</b> — local Gaussian perturbation of the cubic+schlegel lattices around a centre. Vertices push radially outward (positive amplitude) or inward (negative — a "dimple"). The "particle" IS a feature of the field, not an object placed on it. Schrödinger localised-particle made geometric.<br><br>
|
||||
<b>RIPPLES</b> — concentric expanding wavefronts from a source point; each ring a many-segmented polyline; renderer's propagator decoration applies to each chord. The visible signature of a perturbation propagating outward.<br><br>
|
||||
<b>Denser cubic</b> (cubicN=2 → 125 vertices / ~300 edges) at thin strokes — more grid lines so the wavepacket bulges read clearly.
|
||||
</div>
|
||||
<div class=grid>
|
||||
<figure><img src="01_single-wavepacket-bulge.svg"><figcaption>01 Single wavepacket bulge<small>cubic + schlegel bulge around a centred Gaussian particle</small></figcaption></figure>
|
||||
<figure><img src="02_two-wavepackets-interference.svg"><figcaption>02 Two wavepackets · interference<small>two bulges near each other · lattice deformed between</small></figcaption></figure>
|
||||
<figure><img src="03_wavepacket-dimple.svg"><figcaption>03 Wavepacket dimple<small>negative amplitude · lattice pulled INWARD around the centre</small></figcaption></figure>
|
||||
<figure><img src="04_ripples-single-source.svg"><figcaption>04 Ripples · single source<small>concentric wavefronts expanding from origin — pure physical metaphor</small></figcaption></figure>
|
||||
<figure><img src="05_two-ripple-sources-interfering.svg"><figcaption>05 Two ripple sources interfering<small>double-slit pattern · overlapping rings</small></figcaption></figure>
|
||||
<figure><img src="06_schrodinger-atom.svg"><figcaption>06 Schrödinger atom ★<small>wavepacket + ripples at same centre — particle and its field response together</small></figcaption></figure>
|
||||
<figure><img src="07_dense-cubic-with-wavepacket.svg"><figcaption>07 Dense cubic + wavepacket<small>cubicN=2 · more grid lines show the distortion clearly</small></figcaption></figure>
|
||||
<figure><img src="08_dense-cubic-with-ripples.svg"><figcaption>08 Dense cubic + ripples<small>dense backdrop · ripples expanding through it</small></figcaption></figure>
|
||||
<figure><img src="09_multi-particles-with-ripples-and-nautilus.svg"><figcaption>09 Multi-particles + ripples + nautilus<small>two wavepackets + two ripple sources + central nautilus + 12 links · tangled</small></figcaption></figure>
|
||||
<figure><img src="10_ripple-field-dominant.svg"><figcaption>10 Ripple field dominant<small>5 ripple sources at varied scales · interference everywhere</small></figcaption></figure>
|
||||
<figure><img src="11_wavepacket-at-edge-cubic-bleed.svg"><figcaption>11 Particle at edge · cubic bleeds<small>wavepacket near frame edge · cubic continues off-page</small></figcaption></figure>
|
||||
<figure><img src="12_asymmetric-perturbed-field.svg"><figcaption>12 Asymmetric perturbed field<small>wavepacket off-centre · everything biased</small></figcaption></figure>
|
||||
<figure><img src="13_diatomic-two-particles-linked.svg"><figcaption>13 Diatomic · two particles bonded ★<small>two wavepackets + ripples + 14 dense bond-like links · molecular</small></figcaption></figure>
|
||||
<figure><img src="14_field-cascade.svg"><figcaption>14 Field cascade ★<small>3 ripple sources at SMALL · MEDIUM · LARGE scales — quantum hierarchy</small></figcaption></figure>
|
||||
<figure><img src="15_quiet-single-ripple.svg"><figcaption>15 Quiet · single small ripple<small>calm counter-example · contemplative</small></figcaption></figure>
|
||||
</div>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user