Papers
Topics
Authors
Recent
2000 character limit reached

Virtual Ground-State Prep Scheme

Updated 9 December 2025
  • Virtual ground-state preparation schemes are quantum algorithms that use ancilla-assisted LCU and QSP techniques to project an initial state onto the ground state of a Hamiltonian.
  • They leverage Gaussian filtering and Fourier series representations to achieve effective projection while optimizing query complexity based on the spectral gap and state overlap.
  • These methods are scalable and versatile, with extensions to excited state preparation and quadratic speedups in frustration-free systems via spectral-gap amplification.

A virtual ground-state preparation scheme refers to a family of quantum algorithms that facilitate the preparation of the ground state of a given Hamiltonian without directly implementing non-unitary (e.g., imaginary time) evolution. These protocols utilize ancilla-assisted, measurement-based, or signal-processing-based constructions to amplify the ground-state component of an initial probe state. The defining features are their ability to realize effective ground-state projectors through polynomial or Fourier series in the Hamiltonian, often using quantum signal processing (QSP), linear combinations of unitaries (LCU), or related block-encoding circuits. The primary performance metrics are query complexity in terms of inverse spectral gap, overlap with the ground state, circuit depth, and ancilla resource overhead. The approach is particularly powerful as it can saturate known lower bounds for ground-state preparation complexity and can sometimes be extended to prepare excited states, frustration-free Hamiltonians, or to boost variational methods.

1. Fundamental Construction: LCU and Gaussian Projectors

At the core of the virtual ground-state scheme is the observation that the operator exp(12t2H2)\exp(-\frac{1}{2} t^2 H^2), for large tt, serves as a filter that projects onto the ground-state manifold of a normalized Hermitian Hamiltonian HH. The action on an initial state ψ0|\psi_0\rangle with ground state overlap γ=λ0ψ0\gamma = |\langle \lambda_0|\psi_0\rangle| yields a final state ϵ\epsilon-close to λ0|\lambda_0\rangle (true ground state) when t=Θ[(1/Δ)log(1/(γη))]t=\Theta[(1/\Delta)\sqrt{\log(1/(\gamma\eta))}], where Δ\Delta is the spectral gap and η\eta is the target vector error (Keen et al., 2021).

To realize exp(12t2H2)\exp(-\frac{1}{2} t^2 H^2) on a quantum circuit, the protocol uses:

  • Hubbard–Stratonovich Transform: Expresses the non-unitary operator as a Gaussian-weighted continuous integral over unitary time-evolution operators:

exp(12t2H2)=12πdzez2/2eiztH\exp(-\tfrac{1}{2} t^2 H^2) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^\infty dz\, e^{-z^2/2} e^{-i z t H}

  • LCU Discretization: The integral is truncated to z<zc|z|<z_c and discretized to a finite sum:

h(H)=k=NNαkUk;αk=(Δz/2π)ezk2/2,  Uk=eizktHh(H) = \sum_{k=-N}^{N} \alpha_k\, U_k;\quad \alpha_k = (\Delta_z/\sqrt{2\pi}) e^{-z_k^2/2},\; U_k = e^{-i z_k t H}

where zk=kΔzz_k = k \Delta_z, Δz=2π/(zc+t)\Delta_z = 2\pi/(z_c + t), and N=Θ([(1/Δ)log(1/(γη))])N = \Theta([(1/\Delta) \log(1/(\gamma\eta))]).

  • Quantum Implementation: The LCU operation is synthesized by preparing an ancilla register in the state kαkk\sum_k \sqrt{\alpha_k}\,|k\rangle, performing a controlled-UkU_k (Hamiltonian simulation) for each kk, uncomputing the ancilla, and post-selecting on 00|0\ldots0\rangle success. Amplitude amplification can boost the success probability psucc=Ω(γ)p_{succ} = \Omega(\gamma) so that the total cost is dominated by O(1/γ)O(1/\gamma) repetitions.

This scheme saturates the near-optimal scaling for generic gapped Hamiltonians: Query complexity=O(1γΔlog1γη)\text{Query complexity} = O\left(\frac{1}{\gamma\Delta} \log\frac{1}{\gamma\eta}\right) where the number of Hamiltonian simulation steps and ancilla overhead are polylogarithmic, and the output is η\eta-close to λ0|\lambda_0\rangle (Keen et al., 2021).

2. Spectral-Gap Amplification and Special Cases

For frustration-free Hamiltonians, a quadratic improvement is achievable by spectral-gap amplification. By replacing HH with a block-encoded operator HrH_r such that Hr2H_r^2 mimics HH on the system with spectrum in [0,1][0,1] but gap Δ\sqrt{\Delta}, all resource estimates improve as ΔΔ\Delta \to \sqrt{\Delta}. Specifically, the overall query complexity becomes

O(1γΔlog1γη)O\left(\frac{1}{\gamma \sqrt{\Delta}}\log\frac{1}{\gamma\eta}\right)

This is realized via the Somma–Chowdhury construction, using local projectors Πj\Pi_j and ancillary registers, and is most efficiently demonstrated on models like the qq-deformed XXZ chain, where numerical results confirm the quadratic advantage (Keen et al., 2021).

3. LCU Circuit Resources and Scalings

A detailed resource analysis for the protocol reveals:

Resource Scaling (Generic) Scaling (FF Hamiltonian)
LCU terms N=Θ[(1/Δ)log(1/(γη))]N = \Theta[(1/\Delta)\log(1/(\gamma\eta))] N=Θ[(1/Δ)log(1/(γη))]N = \Theta[(1/\sqrt{\Delta})\log(1/(\gamma\eta))]
Ancilla width O(logN)O(\log N) O(logN+logn)O(\log N + \log n) (due to block-encoding)
Query complexity O((1/(γΔ))log(1/(γη)))O((1/(\gamma\Delta))\log(1/(\gamma\eta))) O((1/(γΔ))log(1/(γη)))O((1/(\gamma\sqrt{\Delta}))\log(1/(\gamma\eta)))
Circuit depth O(Tmax×cost/unit Hamiltonian step)O(T_{max} \times \text{cost/unit Hamiltonian step}) O(Tmax×cost/Δ)O(T_{max} \times \text{cost}/\sqrt{\Delta})
Success probability Ω(γ)\Omega(\gamma) Same

Tmax=zct=Θ(1Δlog1γη)T_{max} = z_c t = \Theta\bigl(\frac{1}{\Delta}\log\frac{1}{\gamma\eta}\bigr) is the maximum total simulated time. Implementations require the time-evolution oracle for HH to be accurate to O(γη/Tmax)O(\gamma\eta/T_{max}), and the ground energy λ0\lambda_0 must be known to within O(Δ/log(1/(γη)))O(\Delta / \sqrt{\log(1/(\gamma\eta))}) to shift the spectrum (Keen et al., 2021).

4. Comparison with Alternative Virtual Preparation Schemes

The LCU-based filter (virtual ground-state projection) framework is part of a broad class of virtual ground-state preparation methodologies, including:

  • QSP/QSVT Filtering: Polynomial filters on HH constructed via QSP or QSVT, with complexity scaling as Δ1\Delta^{-1} for generic Hamiltonians, and as Δ1/2\Delta^{-1/2} for exact frustration-free cases (Thibodeau et al., 2021).
  • Multi-Level Quantum Signal Processing: Utilizing repeated, logarithmically many QSP filters in cascade can exploit fast-forwarding Hamiltonian simulation to achieve complexity scaling as O(log(H/Δ))O(\log(\|H\|/\Delta)) for systems where long-time simulation is "free" (Dong et al., 4 Jun 2024).
  • Qubitization and Chebyshev-LCU: Imaginary-time filtering via Chebyshev expansion of eτHe^{-\tau H}, leveraging qubitization to express the action as controlled powers of a walk operator, with quadratic resource scaling in the truncation order NN required to reach a given error (Marteau, 2023).

These frameworks, while architecturally distinct, share the virtual feature of synthesizing ground-state projectors without genuine open-system or measurement-driven dissipation. They also illustrate optimality—no approach can beat the Ω(Δ1/γ)\Omega(\Delta^{-1}/\gamma) query scaling for general local Hamiltonians (Keen et al., 2021, Thibodeau et al., 2021).

5. Algorithmic Workflow and Circuit Implementation

A step-wise outline of the LCU-based virtual ground-state projector is:

  1. Spectrum Rescaling & Shifting: Normalize HH so σ(H)[0,1]\sigma(H) \subset [0,1] and shift so λ00\lambda_0 \geq 0.
  2. LCU Construction: Compute tt, zcz_c, Δz\Delta_z, NN, and construct weights αk\alpha_k and times zkz_k.
  3. Ancilla Preparation: Prepare kαkk\sum_k \sqrt{\alpha_k} |k\rangle in the ancilla register.
  4. Controlled-Time Evolution: Apply kkkUk\sum_k |k\rangle\langle k| \otimes U_k to implement the linear combination.
  5. Ancilla Uncomputation & Post-selection: Uncompute the ancilla and measure in 0...0|0...0\rangle; if unsuccessful, repeat or amplitude-amplify.
  6. Renormalization: Output the main register, now in a state ϵ\epsilon-close to λ0|\lambda_0\rangle (Keen et al., 2021).

Each Uk=eizktH_k = e^{-i z_k t H} can be realized by Trotterization, product formulas, or more advanced Hamiltonian simulation techniques.

6. Numerical Illustration and Benchmarks

Application to the qq-deformed XXZ chain (open chain, L=4L=4–$10$ sites) demonstrates:

  • For q=1q=1, spectral gap Δs=O(1/L2)\Delta_s = O(1/L^2); initial state overlap γ(L+1)1/2\gamma \simeq (L+1)^{-1/2}.
  • Achieving infidelity ϵ=102\epsilon=10^{-2} requires Tmaxc(1/Δs)log(1/(γη))T_{max} \approx c\, (1/\Delta_s) \log(1/(\gamma\eta)), c1 ⁣ ⁣ ⁣ ⁣2c\approx 1\!\!-\!\!2.
  • With spectral-gap amplification: Tmax(1/Δs)T_{max}\sim(1/\sqrt{\Delta_s}) for the same ϵ\epsilon, confirming the quadratic speedup.
  • For L=10L=10, circuit depth per controlled UkU_k is O((1/Δ)Llog(1/(γη)))O((1/\sqrt{\Delta})L\log(1/(\gamma\eta))) two-qubit gates (Keen et al., 2021).

7. Significance and Theoretical Limits

The virtual ground-state preparation approach realizes a nearly optimal quantum algorithm for ground-state projection, achieving the scaling lower-bound for generic Hamiltonians. For frustration-free models, a quadratic speedup in the gap is attainable, and the method is robust to initial state choices with overlap γ>0\gamma>0. Major implications include:

  • Near-Optimal Complexity: Query cost matches best-known lower bounds for generic and frustration-free Hamiltonians.
  • Universality: Applies to arbitrary nn-qubit Hermitian systems, given a simulable Hamiltonian and modest assumptions about the spectral gap and initial overlap.
  • Versatility: Amenable to integration with QPE, variational optimizers (as overlap boosters), and more advanced techniques leveraging fast-forwarded simulation or block-encodings.
  • Architecture-Agnostic Implementation: The ancilla overhead and circuit depth are compatible with early fault-tolerant quantum devices, as confirmed by explicit resource estimates and simulations (Keen et al., 2021).

In summary, the virtual ground-state preparation paradigm, particularly the LCU-based Gaussian projection filter, furnishes a foundational and scalable primitive for quantum algorithms targeting ground-state properties across quantum chemistry, condensed matter, and lattice gauge theory applications. Its theoretical guarantees, explicit circuit construction, and extensibility to enhanced scaling regimes position it as a central approach in the landscape of quantum ground-state simulation algorithms (Keen et al., 2021).

Whiteboard

Follow Topic

Get notified by email when new papers are published related to Virtual Ground-State Preparation Scheme.