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

Quantum signal processing sample for Azure Quantum notebook gallery #670

Merged
merged 50 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from 45 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
0ef385a
Modify qiskit and cirq samples for gallery (#568)
anjbur Oct 22, 2021
ba44c84
Merge remote-tracking branch 'origin/main' into feature/samples-gallery
xinyi-joffre Oct 22, 2021
e383704
Merge remote-tracking branch 'origin/main' into feature/samples-gallery
xinyi-joffre Oct 25, 2021
2bff607
Fix semicolon breaking plot
xinyi-joffre Oct 29, 2021
f5e6c0e
Add hello world samples (#590)
achocron Jan 26, 2022
cf40266
Remove resource ids (#591)
achocron Jan 26, 2022
9a36d01
Rename HW-honewell-cirq.ipynb to HW-honeywell-cirq.ipynb
achocron Jan 27, 2022
dd7d1d9
Change shots to count (#601)
achocron Feb 16, 2022
be87aa9
Add grover to sample gallery (#594)
xinyi-joffre Feb 16, 2022
ab27cc3
Remove workspace reload from sample (#595)
xinyi-joffre Feb 16, 2022
c2f9942
Fix typos (#609)
xinyi-joffre Feb 16, 2022
3951ac9
Add cost estimation cell + link to docs to hello world notebooks in s…
Feb 24, 2022
d37c953
add estimated time to run for initial Q# cells (#614)
anjbur Feb 24, 2022
27d2cc4
Quantinuum rebrand (#616)
Mobius5150 Mar 4, 2022
cddb946
Revise parallel-qrng help on magic commands. (#611)
Mar 14, 2022
0ad26f3
Hidden shift notebook sample (#617)
msoeken Mar 15, 2022
9ce855a
Remove empty cells (#636)
achocron Mar 31, 2022
de9581d
Fix more sample notebook issues (#638)
achocron Mar 31, 2022
6887bf2
Added the sparse simulator sample. (#637)
kuzminrobin Apr 4, 2022
abd8c2b
AQ gallery renderer fix. (#646)
kuzminrobin Apr 8, 2022
740fedb
Bring in workflow to check samples (#648)
achocron Apr 8, 2022
5337eba
Refactored the SS sample upon request. (#655)
kuzminrobin Apr 18, 2022
2c0d990
Update task version and pass all variables (#653)
achocron Apr 21, 2022
a455767
Update hosted-notebook-samples-check.yml (#663)
achocron Apr 25, 2022
7c39df2
QSP sample.
msoeken May 18, 2022
30e28f1
Remove metadata.
msoeken May 18, 2022
cbcac8f
Fix table rendering in Hello World samples (#671)
tcNickolas May 19, 2022
6b6eaab
Add VQE sample (#664)
May 19, 2022
a89cae1
Fix wrong circuit reference in commented out code (#678)
xinyi-joffre Jun 14, 2022
3f34171
Update notebook e2e tests (#680)
achocron Jun 30, 2022
a8c02cb
Rigetti Hello World samples (#681)
achocron Jun 30, 2022
6653108
Remove m1 (#696)
achocron Jul 13, 2022
f7679e9
Update hosted-notebook-samples-check.yml (#698)
achocron Jul 19, 2022
fca19e4
Update Deutsch–Jozsa with Noise.ipynb (#703)
achocron Jul 29, 2022
15e63c1
Update Deutsch–Jozsa with Noise.ipynb (#704)
achocron Aug 1, 2022
492b2d7
Update quantinuum hello world samples (#697)
achocron Aug 1, 2022
1594b87
Add aria to hello world samples (#709)
achocron Aug 18, 2022
2075b62
Update Rigetti "Hello World" samples (#718)
achocron Sep 13, 2022
391ceb5
Add key in measure function for cirq+quantinuum (#722)
xinyi-joffre Oct 3, 2022
5357969
Merge branch 'feature/samples-gallery' into msoeken/qsp-gallery-sample
msoeken Oct 13, 2022
2ade11b
Fixes to LaTeX rendering.
msoeken Oct 13, 2022
a60c051
Changes from main.
msoeken Oct 21, 2022
8c9fcec
Remove files not in main.
msoeken Oct 21, 2022
7ea6f95
Files from main.
msoeken Oct 21, 2022
2a7a3cb
Merge branch 'main' into msoeken/qsp-gallery-sample
msoeken Oct 21, 2022
1cea6ed
Apply suggestions from code review
msoeken Oct 26, 2022
0a29c9e
Merge branch 'main' into msoeken/qsp-gallery-sample
msoeken Oct 26, 2022
673843a
Update samples/azure-quantum/qsp/qsp.ipynb
msoeken Oct 26, 2022
4c864f4
Add to binder-index.md.
msoeken Oct 26, 2022
e8c6e50
Merge branch 'msoeken/qsp-gallery-sample' of github.com:microsoft/Qua…
msoeken Oct 26, 2022
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
20 changes: 20 additions & 0 deletions samples/azure-quantum/qsp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
page_type: sample
author: msoeken
description: A practical introduction into quantum signal processing (QSP)
ms.author: masoeken@microsoft.com
ms.date: 05/18/2022
languages:
- python
products:
- qiskit
- azure-quantum
---

# A practical introduction into quantum signal processing (QSP)

This is an Azure Quantum notebook for the sample gallery that illustrates how to implement quantum signal processing (QSP).

## Manifest

- [qsp.ipynb](./qsp.ipynb): Azure Quantum notebook for the sample