-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
463 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+41.7 KB
...emo_thumbnails/thumbnail_large_qjit_compile_grovers_algorithm_with_catalyst.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
+40 KB
...ph_demo_thumbnails/OGthumbnail_qjit_compile_grovers_algorithm_with_catalyst.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
+23.4 KB
...ular_demo_thumbnails/thumbnail_qjit_compile_grovers_algorithm_with_catalyst.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions
64
demonstrations/tutorial_qjit_compile_grovers_algorithm_with_catalyst.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,64 @@ | ||
{ | ||
"title": "How to quantum just-in-time (QJIT) compile Grover's algorithm with Catalyst", | ||
"authors": [ | ||
{ | ||
"username": "joeycarter" | ||
} | ||
], | ||
"dateOfPublication": "2024-11-07T00:00:00+00:00", | ||
"dateOfLastModification": "2024-11-07T00:00:00+00:00", | ||
"categories": [ | ||
"Algorithms", | ||
"Devices and Performance", | ||
"How-to", | ||
"Quantum Computing" | ||
], | ||
"tags": [], | ||
"previewImages": [ | ||
{ | ||
"type": "thumbnail", | ||
"uri": "/_static/demo_thumbnails/regular_demo_thumbnails/thumbnail_qjit_compile_grovers_algorithm_with_catalyst.png" | ||
}, | ||
{ | ||
"type": "large_thumbnail", | ||
"uri": "/_static/demo_thumbnails/large_demo_thumbnails/thumbnail_large_qjit_compile_grovers_algorithm_with_catalyst.png" | ||
} | ||
], | ||
"seoDescription": "See how to use Catalyst to just-in-time (QJIT) compile a PennyLane circuit implementing Grover's algorithm.", | ||
"doi": "", | ||
"references": [ | ||
{ | ||
"id": "Grover1996", | ||
"type": "article", | ||
"title": "A fast quantum mechanical algorithm for database search", | ||
"authors": "L. K. Grover", | ||
"year": "1996", | ||
"journal": "Proceedings of the twenty-eighth annual ACM symposium on Theory of Computing", | ||
"doi": "10.1145/237814.237866" | ||
}, | ||
{ | ||
"id": "NandC2000", | ||
"type": "book", | ||
"title": "Quantum Computation and Quantum Information", | ||
"authors": "M. A. Nielsen, and I. L. Chuang", | ||
"year": "2000", | ||
"publisher": "Cambridge University Press", | ||
"journal": "", | ||
"url": "" | ||
} | ||
], | ||
"basedOnPapers": [], | ||
"referencedByPapers": [], | ||
"relatedContent": [ | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_grovers_algorithm", | ||
"weight": 1.0 | ||
}, | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_how_to_quantum_just_in_time_compile_vqe_catalyst", | ||
"weight": 1.0 | ||
} | ||
] | ||
} |
Oops, something went wrong.