Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1.33 KB

File metadata and controls

25 lines (19 loc) · 1.33 KB
page_type sample
author guenp
description Variational Quantum Eigensolver
ms.author guenp@microsoft.com
ms.date 05/02/2022
languages
python
products
azure-quantum

Estimating the ground state energy of hydrogen using variational quantum eigensolvers (VQE) on Azure Quantum

This sample shows how to estimate the ground state energy of hydrogen using the Azure Quantum service. In particular, this sample uses the implementation of the variational quantum eigensolver algorithm provided with Qiskit to estimate minimum energies. The sample demonstrates running this VQE implementation the simulator provided by IonQ and on the emulator provided by Quantinuum.

Manifest

See Also

To learn more about variational quantum eigensolvers, see the introduction at https://docs.microsoft.com/samples/microsoft/quantum/variational-quantum-algorithms/.