-
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.
how-to arithmetics 2 [preparing just in case is needed] (#1255)
I have created this PR to speed up the merge process in case the first one doesn't work --------- Co-authored-by: gmlej <[email protected]> Co-authored-by: Jorge J. Martínez de Lejarza <[email protected]> Co-authored-by: ixfoduap <[email protected]> Co-authored-by: Ivana Kurečić <[email protected]>
- Loading branch information
1 parent
9cd9d67
commit e3bef50
Showing
6 changed files
with
421 additions
and
0 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 | ||
} | ||
] | ||
} |
Oops, something went wrong.