What Is BEAST-VQE?

Background: Challenges for Chemistry Algorithms on NISQ Devices

Current state-of-the-art quantum algorithms for chemical calculations typically encounter two primary limitations:

  1. Qubit scarcity — Most quantum devices still have too few qubits to represent chemically significant problems in full fidelity.

  2. High noise levels — Executing deep quantum circuits with high accuracy is still challenging, which limits our ability to extract chemically meaningful results from the quantum state.

Most conventional approaches (VQE, ADAPT-VQE, FAST-VQE) aim to recover the exact ground state of the Hamiltonian. On NISQ (Noisy Intermediate-Scale Quantum) devices, it may instead be advantageous to solve an approximate problem with significantly lower resource requirements.

This is the motivation for the Bosonic Encoding Adaptive Sampling Theory Variational Quantum Eigensolver (BEAST-VQE) algorithm.

BEAST-VQE: Pair-Correlated Bosonic Encoding

In the BEAST-VQE ansatz, all electrons are paired. This allows each electron pair to be treated as an effective (hard-core) bosonic particle.

Key consequences: - Qubit halving — Spatial orbitals map directly to qubits (instead of spin orbitals), halving the number of qubits. - Simplified Hamiltonian — The Hamiltonian can be expressed in terms of electron pair creation and annihilation operators, which obey bosonic commutation relations. - Efficient mapping — The mapping is simpler compared to Jordan–Wigner encoding, significantly reducing overhead for energy measurements. Only 2-3 measurements are required. - Efficient circuits — The gate pool is smaller, and the ansatz yields shallow circuits.

This bosonic formulation is the reason for the name: Bosonic Encoding Adaptive Sampling Theory (BEAST).

Adaptive BEAST-VQE

BEAST-VQE fits naturally into the adaptive VQE framework, where a circuit is constructed iteratively by selecting and adding operators from a predefined pool.

Differences from fermionic adaptive methods (ADAPT/FAST-VQE): - Reduced operator pool — Contains only single excitations in the bosonic picture. Pool size scales as \(\mathcal{O}(N^2)\) rather than \(\mathcal{O}(N^4)\) in the fermionic case. - Faster convergence — Empirically, energy convergence is often more rapid than for FAST-VQE. - Lower cost per iteration — The simpler measurement requirements make BEAST experiments relatively inexpensive.

Approximations and Limitations

Because BEAST-VQE assumes all electrons are paired, it is inherently approximate.

The main limitation of the BEAST model is that we are (by design) solving an approximate version of the actual chemical problem, and it thus can only be used to describe certain chemical properties - for example, dispersion effects are not well approximated, and open-shell systems are not directly accessible with the model.

One way of addressing these limitations is to leverage orbital optimization techniques, which effectively approximate single excitations and unpaired electrons within the paired-electron framework. For this purpose, we provide OO-BEAST-VQE — Orbital-Optimized BEAST-VQE in Qrunch.

See Also


References