Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.33 KB

File metadata and controls

25 lines (19 loc) · 1.33 KB
page_type author description ms.author ms.date languages products
sample
guenp
Variational Quantum Eigensolver
guenp@microsoft.com
05/02/2022
python
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/.