Skip to content

Commit

Permalink
how-to arithmetics 2 [preparing just in case is needed] (#1255)
Browse files Browse the repository at this point in the history
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
5 people authored Nov 5, 2024
1 parent 9cd9d67 commit e3bef50
Show file tree
Hide file tree
Showing 6 changed files with 421 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
}
]
}
Loading

0 comments on commit e3bef50

Please sign in to comment.