This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 926
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RUS Azure Quantum notebook sample (#831)
- Loading branch information
Showing
2 changed files
with
495 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
page_type: sample | ||
author: swernli | ||
description: Demonstrate the RUS experiment using the Azure Quantum service | ||
ms.author: swernli@microsoft.com | ||
ms.date: 09/19/2023 | ||
languages: | ||
- qsharp | ||
- python | ||
products: | ||
- qdk | ||
- azure-quantum | ||
--- | ||
|
||
# RUS sample | ||
|
||
This sample demonstrates how to use Python, Q#, and the Azure Quantum service together to reproduce a subset of an RUS experiment on Quantinuum hardware. | ||
|
||
## Manifest | ||
|
||
- [repeat-until-success.ipynb](https://github.com/microsoft/quantum/blob/main/samples/azure-quantum/repeat-until-success/repeat-until-success.ipynb): Jupyter notebook for this sample. |
Oops, something went wrong.