Self-contained, browser-first interactive notes covering the full Quantum Computing curriculum — from linear algebra and qubits through entanglement, quantum circuits and algorithms. Built with Astro and inspired by the course of Prof. Marco Chiani at Università di Bologna.
- 📐 Live visualizations — Bloch sphere, state vectors, probability amplitudes rendered interactively
- 🧮 Interactive canvases — explore quantum operations by hand with real-time feedback
- 🔌 Drag-and-drop circuit simulator — powered by Q.js
- 📦 Zero installation — everything runs in the browser via GitHub Pages
- 🔢 Math-first design — equations alongside intuition, no hand-waving
git clone https://github.com/Fre0Grella/QuantumNotes.git
cd QuantumNotes
npm install
npm run devThen open http://localhost:4321.
- Astro — static site framework
- Q.js — quantum circuit simulator (© Stewart Smith, MIT License)
- GitHub Pages — zero-cost hosting
Licensed under PolyForm Noncommercial 1.0.0 — free for personal, educational and non-commercial use with attribution.
For commercial licensing, contact the author on GitHub.
