superpositions

    VQE
    Variational Quantum Eigensolver

    A NISQ-friendly hybrid algorithm for estimating ground-state energies and minimizing expectation values: transparent, reproducible, benchmarked on Superpositions Studio.

    Reproducible energy estimation
    Downloadable code & benchmarks
    Classical reference baselines included
    Transparent metrics & results

    Overview

    The Variational Quantum Eigensolver (VQE) is a hybrid quantum–classical algorithm that estimates the minimum eigenvalue of a Hamiltonian H by preparing a parameterized quantum state |ψ(θ)⟩ (ansatz), measuring ⟨ψ(θ)| H |ψ(θ)⟩, and using a classical optimizer to update parameters θ to minimize the expectation value. VQE is well-suited to NISQ devices due to relatively shallow circuits and robustness via variational optimization.

    Why It Matters

    Ground-state energies underpin quantum chemistry, materials science, and certain optimization problems. VQE enables studying small molecules and spin systems on today's hardware and provides a flexible template for cost minimization beyond chemistry (e.g., Ising models, finance).

    How VQE Works

    A five-step process to estimate ground-state energies using hybrid quantum-classical optimization

    01

    Choose a Hamiltonian

    Choose a Hamiltonian H (e.g., electronic structure via second quantization and mapping to qubits).

    02

    Select an ansatz

    Select an ansatz (hardware-efficient, UCCSD, problem-inspired) parameterized by θ.

    03

    Prepare and measure

    Prepare |ψ(θ)⟩ on the quantum device and measure the expectation value ⟨H⟩.

    04

    Use classical optimizer

    Use a classical optimizer (e.g., COBYLA, SPSA, Nelder–Mead, L-BFGS) to update θ.

    05

    Iterate until convergence

    Iterate until convergence; the minimum ⟨H⟩ approximates the ground-state energy.

    Real-World Applications

    Where VQE provides practical solutions for ground-state energy estimation and optimization

    Chemistry

    Quantum chemistry

    Quantum chemistry: small molecules (H2, LiH, BeH2), reaction pathways.

    Materials

    Materials and spin models

    Materials and spin models: Heisenberg/Ising systems.

    Optimization

    Optimization problems

    Optimization problems: encode cost as an Ising Hamiltonian.

    Finance

    Finance

    Finance: risk models and portfolio approximations via Hamiltonians (research/prototyping).

    Strengths & Limitations

    Strengths

    • Works on NISQ devices with hybrid optimization
    • Flexible: many ansätze and measurement strategies
    • Admits error mitigation and symmetry constraints

    Limitations

    • Barren plateaus and optimizer sensitivity
    • Measurement overhead for many Pauli terms
    • Ansatz choice critical; deeper circuits increase noise sensitivity

    Benchmarking and Verification

    Compare to classical references (e.g., full configuration interaction for tiny systems) and report absolute/relative energy errors, convergence curves, and variance estimates. All runs are seed-controlled and delivered with code and logs.

    Hardware & Requirements

    QubitsDepends on system size (orbitals/spins)
    DepthTied to ansatz; hardware-efficient circuits are shallow, chemistry-inspired ansätze are deeper
    ShotsTypically 1k–100k per iteration (observable groups)
    BackendSimulator / small NISQ devices
    NoiseMeasurement and gate noise affect accuracy; error mitigation can help

    Proof-of-Concept Example

    Real experimental results demonstrating VQE performance

    Task

    Ground-state energy of H2 at a fixed bond distance

    Ansatz

    Hardware-efficient (2–4 layers)

    OptimizerSPSA
    MetricsEnergy vs iterations, error vs classical reference, shot budget
    OutcomeConvergence within chemical accuracy on simulator; hardware runs demonstrate feasibility on small systems

    FAQ

    Common questions about VQE implementation and performance

    Is VQE better than classical chemistry solvers today?

    On small systems it is competitive as a research demonstrator; classical methods still dominate practicality at scale.

    Which ansatz should I choose?

    Start with hardware-efficient; try problem-inspired (UCC) when chemistry accuracy is required and depth is acceptable.

    Can I run VQE on real hardware?

    Yes, for small qubit counts; simulations provide stable baselines.

    How do you ensure reproducibility?

    Deterministic seeds, versioned code, and logged settings.

    Ready to Run Quantum Annealing?

    Run Quantum Annealing for QUBO on Superpositions Studio: map your problem and benchmark solutions with reproducible experiments.

    Powered by Superpositions Studio: transparent, reproducible quantum computing