Research topic

Quantum information science for edge Physical AI.

A robot at the edge has a fixed battery and no datacenter, so the honest question is narrow: where does quantum information science help a body compute on its own hardware, now? The grounded answer is that the near-term value is mostly quantum-inspired and classical. Tensor networks — the mathematics of entanglement, borrowed from many-body physics — compress a large policy or world model into a compact form that fits on a low-power device, and recast hard planning problems like inverse kinematics as Ising or QUBO structure a classical solver can exploit. All of it runs on the classical hardware the robot already carries. Quantum hardware, by contrast, is a longer-horizon accelerator for specific offline subproblems: an annealer can solve a large inverse-kinematics QUBO faster, but real-time closed-loop control on quantum hardware is not possible today, and the field is candid that many claimed quantum speedups dequantize — a classical algorithm with the right data access matches them. So this topic explores quantum information science with eyes open: chasing where the structure genuinely helps a body, not where the word quantum sells.

The edge stackdeterministic · ternarystochastic · thermodynamicstructure · quantum-inspired

Thread one, deployable now — tensor-network compression. The same decompositions that tame entanglement in a quantum many-body state also factor a network's weight tensors into a chain of small cores, shrinking a model by orders of magnitude while holding accuracy. Tensorization is called a powerful but underexplored tool for exactly this, and frameworks like Tetra-AML automate it. On the edge it is already real: hardware-aware tensor networks run real-time anomaly detection on FPGAs, chosen over GPUs for efficiency. For Physical AI this is the honest lever — fit a VLA, world model, or policy onto the device the robot carries.

Measured on the lab's own bench — a smooth control policy whose middle layer is a two-core tensor network — the honest lesson is where the compression comes from. Squeezing the dense policy after training fails: even 2× keeps only 58% of its accuracy, because a from-scratch dense weight sits near its high-rank random start. But training the policy in factored form from the start matches full accuracy at 32× fewer parameters, and holds 98% at 64×. The deployable recipe is train-compact, not compress-after — exactly what the tensorization literature reports on large models.

Live in your browser: a small control policy is trained, then compressed two ways. Slide the rank and watch compress-after (red) stay low while train-compact (teal) holds full accuracy — the deployable lesson, computed on your own device, no quantum computer involved.

Thread two, offline and hardware-bound — casting planning as Ising / QUBO. Inverse kinematics, trajectory, and posture optimization can be written as binary quadratic problems and handed to a quantum annealer; a recent IK-as-QUBO study reports up to 30× on large instances while stating plainly it does not beat state-of-the-art continuous solvers, and that the QUBO grows super-linearly with resolution, so real-time closed-loop control is out of reach on today's hardware (annealing survey). The durable takeaway is the formulation, not the machine: the Ising structure often runs best on a classical GPU.

Thread three — reservoir dynamics for temporal control. Quantum reservoir computing maps a time series into rich dynamics for cheap memory, working best at the edge of chaos — but it lives on NISQ hardware. Its edge-deployable shadow is classical reservoir computing: the same idea, run on the hardware the robot already has. And the honest bar throughout is dequantization — many quantum-learning speedups have been matched by classical algorithms given comparable data access, so the discipline is to find where the structure actually helps a body, and to say so plainly when it does not.

Thread four — the classical decoder, where quantum's real bottleneck turns out to be an edge-latency problem. Under every hardware bet sits the same unglamorous requirement: a classical program must read the error syndrome every microsecond, forever, and return a correction before the next cycle. Google's Willow demonstrated the first below-threshold surface-code memory with an integrated real-time decoder; IBM's shift to quantum-LDPC codes cuts the physical-to-logical overhead roughly tenfold but leans on a decoder that runs in real time on classical hardware; and an FPGA neural decoder now closes the loop in 550 ns inside a 1.25 µs cycle. This is a classical, low-latency, on-device compute problem — the lab's own layer, sitting under the physics.

Measured on the lab's own bench — the repetition code as the canonical decoder proxy, validated against exact analytics so every number is real — the wall has three honest faces. Naive lookup-table decoding explodes as 2^(d−1): a distance-25 code would need 16.7 million table entries, so machines must use near-linear algorithmic decoders. A correct decoder is fast per instance — 2 ns at distance 7 rising to 50 ns at distance 1001, well under the 1 µs cycle budget for a single logical qubit. The wall is scale: a thousand logical qubits at distance 15, corrected every microsecond, is 224 gigabits per second of syndrome and a billion decode-instances per second that can never fall behind — which is why the field builds pre-decoders and distributed decoders. The bottleneck is not the qubits; it is classical real-time compute, and pure Rust belongs there.

The field, in five families — and what each does for a body

Read in the languages the work is published in, the picture is clearer than the English-only one. Quantum-inspired methods reach a robot through five doors, and two of them are already carrying real load. Model compression is the busiest: tensor-network compression is a funded industry (Multiverse's CompactifAI, from San Sebastián, raised $215M), German industry reports up to 95% size reduction with roughly halved energy and doubled response for local real-time decisions, and vision-language-action models compress 8× in memory for 2.3× faster inference when paired with a recovery step. Ising machines are the second: Toshiba's simulated-bifurcation machine, Fujitsu's digital annealer, and NTT's 100,000-spin photonic coherent Ising machine. The Japanese-language record carries the news the English one mostly missed: in February 2026 Toshiba and Mirise mounted a quantum-inspired optimizer onto an autonomous mobile robot, reported as a world first for embedded real-time decision-making. The remaining three — quantum-inspired planning metaheuristics, energy-based fusion, and quantum-inspired reinforcement learning (including a Lyapunov-aware continuous-time controller) — are earlier, and they are where a certificate-minded lab has the most to add.

The clearest deployment sits exactly on this topic's thesis. Infleqtion's SAPIENT — a $2M U.S. Army award, first of 133 entrants in the xTechScalable AI competition — fuses multiple sensors for assured navigation when GPS is denied or spoofed, using quantum-inspired multimodal learning and Boltzmann-machine (energy-based) models, deployed as small models on NVIDIA Jetson edge GPUs. Note what is and is not quantum there: the models' heritage is quantum, the deployment is ordinary classical silicon on the vehicle. That is the honest shape of this whole field, and the reason this lab studies it at the edge.

Energy-based sensor fusion — trust, when sensors lie

The deployed pattern, built small enough to read and running live on your own device. Nine sensors track a moving target; a conditional Boltzmann machine gives each one a trust unit, and mean-field inference turns the energy landscape into soft trust weights before fusing. Drag the sliders to spoof or degrade sensors and watch the naive average break while the energy-based estimate holds. Measured on the lab's Rust bench over 40,000 trials: with a third of the sensors carrying a 12σ adversarial bias, naive averaging lands at 2.36 error, a robust median at 0.85, and the energy model at 0.60 — against 0.58 for an oracle that is told which sensors are lying. Where sensors are merely noisier rather than spoofed, the soft weights beat the median too (0.73 against 0.93), because a median discards how much a sensor disagrees. It fuses in about 1.5 µs, far inside a control loop. And the honest limit is shown rather than hidden: once the corrupted sensors are the majority, every method fails, ours included.

The qutrit — three-level quantum information, emulated

A qutrit is a three-level quantum system, and three states are also the trit's other face — where the lab's ternary compute meets quantum information. Apply the shift, clock, and Chrestenson (qutrit Hadamard) gates, entangle two into the ternary Bell state (|00⟩+|11⟩+|22⟩)/√3, then measure. It runs as a state-vector emulator on classical hardware: no quantum speedup is claimed, and that is the point — the same mature-node ternary substrate that runs an edge policy is a natural engine for simulating small qutrit circuits, honestly bounded by the 3ⁿ state it must hold. Emulation is how a body without a quantum computer still learns quantum information science.

Everything here runs on classical, mature hardware anyone can obtain, meant to be implemented in pure Rust you can read — the quantum-inspired thread of the lab's open compute commons, beside ternary (deterministic) and thermodynamic (stochastic) and the open field of computing. No quantum computer required. Its current state is written up as a living paper, Quantum Information Science for Edge Physical AI — every number a measurement from the lab's open bench, and the topic stays in active, open exploration.