Skip to content

Commit 953ed1e

Browse files
mariaschuldalvaro-at-xanadujustinpickeringCatalinaAlbornozcognigami
authored
Add demo on period finding (#1324)
**Title:** Period finding -- a problem at the heard of quantum computing We could use a less bulky title **Summary:** Introduces hidden subgroup problems, using a simple example. * GOALS — Why are we working on this now? Basis for the theory we're crafting in the QML team. Good basic quantum computing content to share. * AUDIENCE — Who is this for? Quantum computing researchers in general * KEYWORDS — What words should be included in the marketing post? Hidden subgroup problem, period finding, Shor's algorithm, Abelian groups, Quantum Fourier Transform * Which of the following types of documentation is most similar to your file? (more details [here](https://www.notion.so/xanaduai/Different-kinds-of-documentation-69200645fe59442991c71f9e7d8a77f8)) - [ ] Tutorial - [ X] Demo - [ ] How-to [sc-81652] --------- Co-authored-by: Alvaro Ballon <[email protected]> Co-authored-by: Justin Pickering <[email protected]> Co-authored-by: Catalina Albornoz <[email protected]> Co-authored-by: cognigami <[email protected]> Co-authored-by: Ricardo Olenewa <[email protected]>
1 parent c6adae8 commit 953ed1e

File tree

8 files changed

+448
-0
lines changed

8 files changed

+448
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"title": "Period finding: A problem at the heart of quantum computing",
3+
"authors": [
4+
{
5+
"username": "mariaschuld"
6+
}
7+
],
8+
"dateOfPublication": "2025-04-16T10:00:00+00:00",
9+
"dateOfLastModification": "2025-04-16T10:00:00+00:00",
10+
"categories": [
11+
"Algorithms"
12+
],
13+
"tags": [],
14+
"previewImages": [
15+
{
16+
"type": "thumbnail",
17+
"uri": "/_static/demo_thumbnails/regular_demo_thumbnails/thumbnail_period_finding.png"
18+
},
19+
{
20+
"type": "large_thumbnail",
21+
"uri": "/_static/demo_thumbnails/large_demo_thumbnails/thumbnail_large_period_finding.png"
22+
}
23+
],
24+
"seoDescription": "Find out how quantum computers exploit group structure and the Fourier transform to uncover hidden patterns in functions.",
25+
"doi": "",
26+
"references": [
27+
{
28+
"id": "Aaronson2022",
29+
"type": "preprint",
30+
"title": "How Much Structure Is Needed for Huge Quantum Speedups?",
31+
"authors": "Scott Aaronson",
32+
"year": "2022",
33+
"journal": "arXiv",
34+
"url": "https://arxiv.org/pdf/2209.06930"
35+
},
36+
{
37+
"id": "Childs2010",
38+
"type": "article",
39+
"title": "Quantum algorithms for algebraic problems",
40+
"authors": "Andrew M. Childs, Wim van Dam",
41+
"year": "1997",
42+
"journal": "Reviews of Modern Physics 82, 1",
43+
"doi": "10.1103/RevModPhys.82.1",
44+
"url": "https://doi.org/10.1103/RevModPhys.82.1"
45+
}
46+
],
47+
"basedOnPapers": [],
48+
"referencedByPapers": [],
49+
"relatedContent": [
50+
{
51+
"type": "demonstration",
52+
"id": "tutorial_qft",
53+
"weight": 1.0
54+
},
55+
{
56+
"type": "demonstration",
57+
"id": "tutorial_qft_arithmetics",
58+
"weight": 1.0
59+
}
60+
]
61+
}

0 commit comments

Comments
 (0)