-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into spin_hamiltonian
- Loading branch information
Showing
8 changed files
with
478 additions
and
69 deletions.
There are no files selected for viewing
Binary file added
BIN
+72.8 KB
...rge_demo_thumbnails/thumbnail_large_how_to_use_quantum_arithmetic_operators.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+70.7 KB
...engraph_demo_thumbnails/OGthumbnail_how_to_use_quantum_arithmetic_operators.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+14.8 KB
...s/regular_demo_thumbnails/thumbnail_how_to_use_quantum_arithmetic_operators.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+164 KB
...ic/demonstration_assets/how_to_use_quantum_arithmetic_operators/in_outplace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions
65
demonstrations/tutorial_how_to_use_quantum_arithmetic_operators.metadata.json
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,65 @@ | ||
{ | ||
"title": "How to use quantum arithmetic operators", | ||
"authors": [ | ||
{ | ||
"username": "gmlejarza" | ||
}, | ||
{ | ||
"username": "KetPuntoG" | ||
} | ||
], | ||
"dateOfPublication": "2024-11-05T00:00:00+00:00", | ||
"dateOfLastModification": "2024-11-05T00:00:00+00:00", | ||
"categories": [ | ||
"Quantum Computing", | ||
"Algorithms", | ||
"How-to" | ||
], | ||
"tags": [], | ||
"previewImages": [ | ||
{ | ||
"type": "thumbnail", | ||
"uri": "/_static/demo_thumbnails/regular_demo_thumbnails/thumbnail_how_to_use_quantum_arithmetic_operators.png" | ||
}, | ||
{ | ||
"type": "large_thumbnail", | ||
"uri": "/_static/demo_thumbnails/large_demo_thumbnails/thumbnail_large_how_to_use_quantum_arithmetic_operators.png" | ||
} | ||
], | ||
"seoDescription": "Learn how to use the quantum arithmetic operators of PennyLane.", | ||
"doi": "", | ||
"references": [ | ||
{ | ||
"id": "shor_exp", | ||
"type": "article", | ||
"title": "Shor's Factoring Algorithm and Modular Exponentiation Operators", | ||
"authors": "Robert L Singleton Jr", | ||
"year": "2023", | ||
"publisher": "", | ||
"url": "https://arxiv.org/abs/2306.09122/" | ||
}, | ||
{ | ||
"id": "sanders", | ||
"type": "article", | ||
"title": "Black-box quantum state preparation without arithmetic", | ||
"authors": "Yuval R. Sanders, Guang Hao Low, Artur Scherer, Dominic W. Berry", | ||
"year": "2018", | ||
"publisher": "", | ||
"url": "https://arxiv.org/abs/1807.03206/" | ||
} | ||
], | ||
"basedOnPapers": [], | ||
"referencedByPapers": [], | ||
"relatedContent": [ | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_qft_arithmetics", | ||
"weight": 1.0 | ||
}, | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_how_to_use_registers", | ||
"weight": 1.0 | ||
} | ||
] | ||
} |
356 changes: 356 additions & 0 deletions
356
demonstrations/tutorial_how_to_use_quantum_arithmetic_operators.py
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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