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 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. - Efficient circuits — 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.

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, 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