Papers
Topics
Authors
Recent
Search
2000 character limit reached

Langevin Sampler: Scalable Quantum Tomography

Updated 15 January 2026
  • The paper introduces a Langevin sampler that leverages Burer–Monteiro factorization to reduce dimensionality and enforce the Hermitian PSD structure in quantum tomography.
  • It employs a spectral Student–t prior to promote low-rank solutions and directly incorporate physical constraints in the parameterization.
  • The unadjusted Langevin algorithm achieves computational efficiency with PAC–Bayesian risk bounds matching state-of-the-art rates and improved mixing over traditional MCMC methods.

A Langevin sampler for quantum tomography is a Bayesian computational approach that leverages the Burer–Monteiro factorization to efficiently estimate quantum states from measurement data, with explicit low-rank structure and scalability guarantees. The method operates by parameterizing a d×dd \times d Hermitian positive semidefinite (PSD) density matrix via a product of a complex matrix and its conjugate transpose, imposing physical constraints directly in the parameter space. This enables the construction of a posterior distribution restricted to matrices of known or bounded rank and, through the use of a spectral Student–tt prior, promotes solutions of even lower rank when the true rank is unknown. The posterior is explored via an unadjusted Langevin algorithm (ULA), with rigorous PAC–Bayesian risk bounds that match state-of-the-art rates, and the algorithm achieves substantial computational savings compared to conventional Markov chain Monte Carlo (MCMC) techniques when the target density is low rank (Adel et al., 13 Jan 2026).

1. Parameterization via Burer–Monteiro Factorization

Quantum tomographic inference seeks a density matrix $\rho \in \C^{d \times d}$ satisfying ρ=ρ†\rho = \rho^\dagger, ρ⪰0\rho \succeq 0, and $\tr(\rho) = 1$. If ρ\rho is known (or assumed) to have rank r≤dr \leq d, it is parameterized as ρ=ZZ†\rho = Z Z^\dagger with $Z \in \C^{d \times r}$. The unit-trace condition translates to tt0, so tt1 resides on the complex hypersphere.

Measurement data is modeled by tt2 observables, each with tt3 possible outcomes. The empirical frequencies tt4 for observable tt5 and outcome tt6 are related to the Born prediction tt7, where tt8 denote the POVM elements. A pseudo-likelihood corresponds to a sum-of-squares loss:

tt9

Bayesian inference proceeds with the posterior $\rho \in \C^{d \times d}$0, leading to potential $\rho \in \C^{d \times d}$1.

This factorization reduces the ambient parameter space from $\rho \in \C^{d \times d}$2 to $\rho \in \C^{d \times d}$3 dimensions and automatically maintains Hermitian PSD structure.

2. Low-Rank–Promoting Spectral Prior

When the rank of $\rho \in \C^{d \times d}$4 is unknown but an upper bound $\rho \in \C^{d \times d}$5 is available, a spectral Student–$\rho \in \C^{d \times d}$6 prior is used to promote low-rank solutions:

$\rho \in \C^{d \times d}$7

The prior decomposes as a product over the singular values $\rho \in \C^{d \times d}$8 of $\rho \in \C^{d \times d}$9: ρ=ρ†\rho = \rho^\dagger0, heavily penalizing small ρ=ρ†\rho = \rho^\dagger1 and thus favoring low-effective-rank ρ=ρ†\rho = \rho^\dagger2. The gradient of ρ=ρ†\rho = \rho^\dagger3 is available in closed form, facilitating efficient implementation:

ρ=ρ†\rho = \rho^\dagger4

This prior is a complex generalization of that studied by Dalalyan (2020) for promoting low-rank matrix estimation.

3. Langevin Sampler: Stochastic Dynamics and Discretization

The posterior on ρ=ρ†\rho = \rho^\dagger5 is sampled via complex Langevin dynamics governed by the SDE:

ρ=ρ†\rho = \rho^\dagger6

where ρ=ρ†\rho = \rho^\dagger7 is Brownian motion in ρ=ρ†\rho = \rho^\dagger8.

Discretization through the unadjusted Langevin algorithm (ULA) with step size ρ=ρ†\rho = \rho^\dagger9 yields

ρ⪰0\rho \succeq 00

To maintain the trace constraint ρ⪰0\rho \succeq 01, two strategies are used: (1) projected Langevin, normalizing ρ⪰0\rho \succeq 02 after every step, or (2) unconstrained iteration with trace normalization applied only to the final estimator. Empirically, per-step drift in ρ⪰0\rho \succeq 03 is negligible, so the latter is often preferable for computational simplicity.

4. Implementation Workflow

The following high-level pseudocode summarizes the Langevin sampling scheme for quantum tomography:

r≤dr \leq d1

Key hyperparameter choices:

  • λ controls the data-prior trade-off; for complete measurements, λ ≈ m/2 or 3m/8 is recommended.
  • θ tunes the rank penalty; small θ strongly penalizes rank, large θ recovers a nearly uniform prior.
  • η is chosen empirically for stability, typically ρ⪰0\rho \succeq 04–ρ⪰0\rho \succeq 05.
  • N (number of iterations) and B (burn-in) are set to ensure convergence and posterior mixing.

5. PAC–Bayesian Risk Guarantees

In the full Pauli measurement setting with ρ⪰0\rho \succeq 06 samples and true rank-ρ⪰0\rho \succeq 07 density ρ⪰0\rho \succeq 08 with ρ⪰0\rho \succeq 09, a PAC–Bayesian Frobenius risk bound holds. For any $\tr(\rho) = 1$0 and comparison factor $\tr(\rho) = 1$1 of rank $\tr(\rho) = 1$2 such that

$\tr(\rho) = 1$3

it holds with probability at least $\tr(\rho) = 1$4 that \begin{align*} |\hat\rho-\rho0|_F2 &\leq \frac{3}{N_{\text{tot}}\bigl(3{3n/4}2{(n+6)/4}(r+\sqrt{r}\,|\bar Y|F)+2r/m+1\bigr)} \ &\qquad + \frac{8\cdot3n}{2n N{\text{tot}}} \frac{\log(2/\epsilon)+2p(2{n+1}+r+2) \log(1+|\bar Y|_2/\theta)}{} \end{align*} The analysis leverages exponential moment inequalities for the empirical squared error, KL-divergence bounds for shifted priors, and spectral properties of measurement operators. The leading term (up to log factors) matches the minimax rate $\tr(\rho) = 1$5 known from the literature (Mai & Alquier 2017, Mai 2021).

6. Computational Complexity and Empirical Performance

Each Langevin iteration involves:

  • Data drift term: $\tr(\rho) = 1$6 costs $\tr(\rho) = 1$7 operations with $\tr(\rho) = 1$8 measurements (for complete Pauli, $\tr(\rho) = 1$9).
  • Prior gradient: solving ρ\rho0 is reduced via Sherman–Morrison–Woodbury to ρ\rho1 for ρ\rho2.
  • Noise sampling: ρ\rho3.

Total per-step cost: ρ\rho4, dominated by ρ\rho5 for low-rank setting and moderate ρ\rho6.

Overall, runtime scales with the number of iterations times this per-step cost. Empirical benchmarks indicate:

  • Scalability: With small ρ\rho7, each Langevin update is vastly faster than in full-rank MCMC schemes.
  • Mixing: The chain mixes in fewer than ρ\rho8 steps, substantially fewer than required by Metropolis–Hastings methods for comparable accuracy.
  • Estimation accuracy: The final estimator achieves Frobenius norm errors competitive with, or superior to, existing Bayesian quantum tomography algorithms.

7. Extensions and Practice Considerations

Potential refinements include step-size (η) annealing or adaptive temperature control for improved mixing. Metropolis-adjusted Langevin (MALA) or Riemannian variants may strengthen theoretical convergence guarantees. The method applies directly to process tomography (Choi matrix estimation) and can address incomplete measurement regimes. The reduction from ρ\rho9 to r≤dr \leq d0 dimensional parameter space, inherent PSD constraint enforcement, and low-rank–favoring prior make the Langevin sampler a scalable and theoretically sound approach for large-scale quantum tomography with explicit risk guarantees (Adel et al., 13 Jan 2026).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Langevin Sampler for Quantum Tomography.