
The Variational Quantum Eigensolver constructs a molecular Hamiltonian representing electron interactions and uses a parameterized quantum circuit to estimate the lowest-energy configuration.
Mathematically, the objective is to minimize the expectation value where H is the Hamiltonian mapped via the Jordan–Wigner transformation, and \psi(\theta) is the ansatz (UCCSD-like) state with 92 tunable parameters optimized using Adam.
VQE combines quantum measurements with classical optimization to iteratively minimize molecular energy. A parameterized quantum circuit generates trial wavefunctions; the quantum simulator measures expected energy values, while a classical optimizer updates circuit parameters until convergence.
Task: Ground-state energy minimization of LiH molecule (STO-3G basis).
Quantum setup
12 qubits, 3 UCCSD layers
Optimizer
Adam (lr = 0.08), ≤120 iterations
Simulator
Default.qubit (8 CPU cores, 2048 shots)
Energy convergence
E_{\mathrm{VQE}} = -7.880\ \mathrm{Ha}
Ground-state energy (Ha)
Chemical Accuracy
< 0.002\ \mathrm{Ha}
≈ 1.25 kcal/mol
Equilibrium Bond Length
1.60\ \text{\AA}
Matches Literature
Training Time
\approx 45\ \mathrm{s}
Per Geometry Point on CPU Simulator
Scalability
Linear
with Qubit Count: Small-Molecule Studies
Quantum-enhanced molecular modeling significantly reduces simulation cost and accelerates discovery.
in small-molecule drug discovery
improvement vs. classical-only workflows
discrepancy from gold-standard FCI results
Faster molecular screening
for pharmaceuticals and materials
Quantum‑informed ML models
for molecular energy prediction
Reduced computational complexity
(\mathcal{O}(N^4) vs. \mathcal{O}(N^7) for FCI)
Simple and transparent: from your brief to quantum results, code, and a paper
Map your molecular system to the appropriate quantum chemistry use case.
Validate the hybrid quantum–classical approach and define optimizer settings.
Execute preconfigured code on a simulator or cloud quantum backend.
Inspect reproducible convergence results and molecular geometries.
Compare against Hartree–Fock and FCI baselines; prepare for hardware execution.
Algorithms, applied use cases and benchmarks connected to this page
Algorithms
Estimate ground-state energies with the Variational Quantum Eigensolver using reproducible quantum chemistry workflows, benchmarks, and implementation notes.
Algorithms
Explore the Quantum Approximate Optimization Algorithm for QUBO and Ising problems with reproducible benchmarks, parameter schedules, and hardware notes.
Algorithms
Explore the Harrow-Hassidim-Lloyd algorithm for quantum linear systems, portfolio optimization examples, and reproducible benchmark pipelines.
Run your first molecular optimization and get transparent results within a clear report.
Try your first case for free