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

Variational Quantum Eigensolver sample notebooks #673

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions binder-index.md
Expand Up @@ -251,6 +251,14 @@ These are noted in the README.md files for each sample, along with complete inst
<td>Q# standalone</td>
<td></td>
</tr>
<tr>
<td></td>
<td><strong><a href="./samples/azure-quantum/variational-quantum-eigensolver/README.md">Variational Quantum Eigensolver</a></strong></td>
<td></td>
<td></td>
<td>Qiskit + Python</td>
<td></td>
</tr>
<tr>
<td><strong>Characterization:</strong></td>
<td><strong><a href="./samples/characterization/phase-estimation/README.md">Bayesian Phase Estimation</a></strong></td>
Expand Down
20 changes: 20 additions & 0 deletions samples/azure-quantum/variational-quantum-eigensolver/README.md
@@ -0,0 +1,20 @@
---
page_type: sample
author: guenp
description: Variational Quantum Eigensolver
ms.author: guenp@microsoft.com
ms.date: 06/02/2022
languages:
- python
products:
- azure-quantum
---

# Variational Quantum Eigensolver

This is an Azure Quantum sample notebook that illustrates how to implement and run a Variational Quantum Eigensolver (VQE) program.

## Manifest

- [VQE-qiskit-hydrogen-ionq-sim.ipynb](./VQE-qiskit-hydrogen-ionq-sim.ipynb): Azure Quantum notebook for running the sample on the IonQ simulator
- [VQE-qiskit-hydrogen-quantinuum-emulator.ipynb](./VQE-qiskit-hydrogen-quantinuum-emulator.ipynb): Azure Quantum notebook for running the sample on the Quantinuum emulator