A real-time Ring Particle Accelerator Simulator in Python using Lorentz force physics, RK4 integration, RF acceleration gap, focusing, and optional relativity. Includes multi-particle beam, lap-based fading trails, glow effects, and a live dashboard plotting mean energy, radius, Bz, and momentum. Feedback welcome.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
fix(web): clean up about section toggle and sidebar layout
df4752aView on GitHubdocs: update README with web demo details and architecture overview
b9e7ed7View on GitHubfeat(web): simulation loop, intro overlay, narration engine, viewport HUD
179a924View on GitHubfeat(web): interactive control panel — toggles, steppers, keyboard shortcuts
bc5b780View on GitHubfeat(web): HTML structure, CSS design system — Steins;Gate theme, glassmorphism UI
85f1889View on GitHubfeat(web): Three.js 3D renderer — torus ring, shader particles, bloom
47ae086View on GitHubfeat(web): port physics engine to JavaScript — Lorentz, RF, RK4
8238b5eView on GitHubtest: add physics validation suite and CI pipeline (15 tests)
df16065View on GitHubrefactor: add type hints, docstrings, and physics references to core modules
dfe4c8fView on GitHub