The Variational Quantum Eigensolver (VQE) is a hybrid quantum-classical algorithm designed for NISQ-era quantum computers, targeting the problem of finding the ground state energy of molecular Hamiltonians — a key challenge in computational chemistry, drug discovery, and materials science. VQE uses a parameterized quantum circuit (ansatz) to prepare trial quantum states, measures the energy of each trial state on the quantum processor, and uses a classical optimizer to adjust the circuit parameters to minimize the energy.

The algorithm leverages the variational principle from quantum mechanics: the energy measured for any trial state is guaranteed to be greater than or equal to the true ground state energy. By iteratively minimizing the measured energy over the circuit parameters, VQE converges toward the ground state. The quantum advantage comes from the ability of quantum circuits to efficiently represent certain quantum states (like entangled molecular wavefunctions) that are exponentially expensive to represent classically.

VQE has been demonstrated on small molecular systems including H₂, LiH, BeH₂, and water (H₂O) on various quantum platforms. However, scaling VQE to chemically interesting problems (molecules beyond classical simulation capability) faces significant challenges: the number of measurement shots needed grows rapidly with system size, the classical optimization landscape suffers from barren plateaus (vanishing gradients) for deep circuits, and hardware noise introduces systematic bias. These challenges have led to growing skepticism about whether variational algorithms can achieve practical quantum advantage on NISQ hardware, with the field increasingly looking toward early fault-tolerant approaches.