- Fundamentals
Continuous-Variable Quantum Computing
A model of quantum computation that encodes information in the continuous degrees of freedom of quantum harmonic oscillators rather than in discrete two-level qubits.
Continuous-variable (CV) quantum computing uses the infinite-dimensional Hilbert space of bosonic modes, such as the quantized electromagnetic field in an optical cavity or a laser beam, to represent and process quantum information. Rather than storing a bit of information in a two-level system, a CV system encodes information in the amplitude and phase of an oscillator that can take any value in a continuous range. Optical systems are natural candidates because photons are bosons and propagate at room temperature without the elaborate cooling required for superconducting qubits.
The contrast with qubit-based computing runs deep: where qubit algorithms operate on finite-dimensional state vectors, CV algorithms operate on functions in phase space, and the mathematical toolkit looks more like Fourier optics than linear algebra.
The details
The fundamental observables of a bosonic mode are the quadrature operators and , which satisfy the canonical commutation relation:
These play the same role as position and momentum in quantum mechanics. A qubit’s Bloch sphere analogue in CV is the Wigner function , a quasi-probability distribution over phase space. Gaussian states, defined as states whose Wigner function is Gaussian, include coherent states (laser light), squeezed states, and thermal states. They can be prepared and manipulated efficiently using linear optics (beam splitters, phase shifters) and squeezing operations.
Gaussian operations alone are not computationally universal. To achieve universality, a non-Gaussian resource is needed, such as a cubic phase state or photon-number-resolving detection. This is the CV analogue of the fault-tolerant qubit requirement for non-Clifford gates.
Xanadu’s Strawberry Fields is the primary open-source framework for CV quantum computing. It provides a Python API for constructing CV circuits using gates like displacement , squeezing , rotation , and beam splitter , and it supports both Gaussian simulation and execution on Xanadu’s photonic hardware.
Gaussian Boson Sampling (GBS) is the most prominent near-term application of CV hardware. It uses squeezed light and linear optical networks to sample probability distributions that are believed to be hard for classical computers to reproduce, making it a candidate for demonstrating quantum advantage.
The primary limitation of optical CV systems relative to qubit-based hardware is the difficulty of deterministic single-photon generation and photon-number-resolving detection. Photon loss, the dominant error in optical systems, converts a pure quantum state into a mixed state in a way that is hard to correct without significant resource overhead. This is in contrast to decoherence in superconducting or trapped-ion systems, where errors act locally and can be addressed by conventional stabilizer codes.
Why it matters for learners
CV computing is worth studying because it opens up entirely different hardware and algorithmic directions from the qubit-centric view that dominates most introductory courses. Photonic hardware can operate at room temperature, integrates naturally with optical fiber networks, and is well-suited to quantum communication applications. Many of the most advanced near-term demonstrations of quantum advantage, including Xanadu’s Borealis experiment, are based on CV photonic hardware rather than qubit processors.
The mathematical tools of CV quantum computing, phase space, Wigner functions, symplectic matrices for Gaussian states, are also used in quantum optomechanics, quantum-enhanced sensing, and gravitational wave detection via squeezed light. Familiarity with CV formalism therefore transfers well beyond quantum computing strictly defined.
Learners interested in quantum machine learning will encounter CV approaches that map data to the amplitude and phase of optical modes, offering an alternative to variational quantum circuits on qubit hardware. Understanding the Wigner function builds intuition for why quantum states can exhibit non-classical behavior even without entanglement: states with negative Wigner function values have no classical analogue.
CV concepts also appear in continuous-variable quantum key distribution and in bosonic error correction codes (the GKP code encodes a qubit into the oscillator and is a leading candidate for fault-tolerant photonic quantum computing).
Common misconceptions
Misconception 1: CV quantum computers are strictly more powerful than qubit-based ones. Neither model is strictly stronger. Both are universal for quantum computation given appropriate resources. The differences lie in what operations are physically native and what errors are most common, not in computational power.
Misconception 2: Gaussian states are highly non-classical. Gaussian states that lack squeezing or entanglement are actually well-described by classical wave optics. Non-classicality in the CV setting requires either negative Wigner function values (for states) or non-Gaussian operations (for gates). Coherent states, for example, are the most classical-like quantum states of an oscillator.
Misconception 3: Infinite dimensions mean infinite information. While the Hilbert space is infinite-dimensional, physical measurements have finite resolution. Noise and loss quickly wash out fine-grained phase-space structure, so practical CV computing faces similar finite-resource tradeoffs as qubit-based computing.