Skip to content

Quantum computing, built from  qubits

The math I skipped. The algorithms. The parts that bent my brain. I spend my days building systems where one wrong assumption quietly breaks everything downstream. I come to quantum the same way: I run everything before I believe it.

Who I am

Latest notes.

The notebook, in order, as it grows.

  1. 22:33 Quantum Computing

    Measurement is not magic: the Born rule by hand

    Why a quantum result is a probability: amplitude squared, worked on paper and checked in NumPy, one basis at a time.

  2. 17:51 Milestones

    My IBM Quantum node for n8n is now live

    Quantum and automation are my two threads. This node is where they meet. It is verified on n8n Cloud now, and installs straight from the canvas.

  3. 05:20 Quantum Computing

    How I use AI as a tutor without letting it lie to me

    The best study partner I have ever had is also the most confident liar I have met. The prompts and checks that keep it honest.

  4. 06:26 Milestones

    Running Quantum Circuits on Real IBM Hardware from n8n

    I built an open-source n8n node for IBM Quantum and ran a Bell state on a real 156-qubit processor. The full loop, the transpilation gotcha, and why n8n.

  5. 15:38 Milestones

    The density matrix: what the state vector misses

    A pure state fits in a vector. A noisy or entangled one does not. Density matrices, quantum channels, and what they show that vectors miss

  6. 09:38 Milestones

    Three quantum ways to diagonalize a giant matrix

    A surprising number of hard problems are one eigenvalue problem on a matrix too big to build. Variational, Krylov, sample based, compared