Variational Quantum Eigensolver (VQE)
VQE is a hybrid quantum-classical algorithm that finds the ground state energy of a Hamiltonian by optimizing parameterized quantum circuits, designed for noisy near-term quantum computers.
What it means
VQE (Peruzzo et al., 2014) combines quantum and classical computing: a parameterized quantum circuit (ansatz) prepares a trial state, the quantum computer measures the expected energy, and a classical optimizer adjusts the parameters to minimize this energy.By the variational principle, the minimum energy found is an upper bound on the true ground state energy.VQE is the leading algorithm for quantum chemistry applications on NISQ (Noisy Intermediate-Scale Quantum) devices, as it requires relatively shallow circuits and can tolerate some noise.The choice of ansatz (e.g., UCCSD, hardware-efficient) critically affects performance.Everyday analogy
Common misconceptions
- VQE does NOT guarantee finding the exact ground state -- it finds a variational upper bound that depends on the ansatz expressiveness.
- VQE is NOT purely quantum -- it is a hybrid algorithm requiring a classical optimizer in the loop.
Key takeaways
- Hybrid quantum-classical algorithm for finding ground state energies.
- Uses the variational principle: E_trial >= E_ground.
- Leading NISQ-era algorithm for quantum chemistry.
Check your understanding
What principle guarantees that VQE's result is an upper bound on the ground state energy?
- A.Heisenberg uncertainty
- B.Variational principle
- C.No-cloning theorem
- D.Born rule
Show the answer
Answer: B. Variational principle
Why: The variational principle states that the expectation value of the Hamiltonian for any trial state is an upper bound on the true ground state energy: ⟨ψ|H|ψ⟩ >= E_0.
Builds on
Primary source: Peruzzo et al., A variational eigenvalue solver on a photonic quantum processor, Nat. Commun. 5, 4213 (2014), doi:10.1038/ncomms5213
Learn it hands-on
This concept is part of a 46-level curriculum with an interactive simulator and Lumen, a tutor whose answers are verified before you see them. Levels 1–5 are free.
