|
| 1 | +{ |
| 2 | + "title": "Quantum just-in-time compiling Shor's algorithm with Catalyst", |
| 3 | + "authors": [ |
| 4 | + { |
| 5 | + "username": "glassnotes" |
| 6 | + } |
| 7 | + ], |
| 8 | + "dateOfPublication": "2025-04-04T09:00:00+00:00", |
| 9 | + "dateOfLastModification": "2025-04-04T09:00:00+00:00", |
| 10 | + "categories": [ |
| 11 | + "Algorithms", |
| 12 | + "Quantum Computing", |
| 13 | + "Devices and Performance" |
| 14 | + ], |
| 15 | + "tags": [], |
| 16 | + "previewImages": [ |
| 17 | + { |
| 18 | + "type": "thumbnail", |
| 19 | + "uri": "/_static/demo_thumbnails/regular_demo_thumbnails/thumbnail_shor_algorithm_catalyst_pennylane.png" |
| 20 | + }, |
| 21 | + { |
| 22 | + "type": "large_thumbnail", |
| 23 | + "uri": "/_static/demo_thumbnails/large_demo_thumbnails/thumbnail_large_shor_algorithm_catalyst_pennylane.png" |
| 24 | + } |
| 25 | + ], |
| 26 | + "seoDescription": "Just-in-time compile Shor's algorithm from end-to-end with PennyLane and Catalyst.", |
| 27 | + "doi": "", |
| 28 | + "references": [ |
| 29 | + { |
| 30 | + "id": "Shor1997", |
| 31 | + "type": "article", |
| 32 | + "title": "Polynomial-Time Algorithms for Prime Factorization and Discrete Logarithms on a Quantum Computer", |
| 33 | + "authors": "Peter W. Shor", |
| 34 | + "year": "1997", |
| 35 | + "journal": "SIAM Journal on Computing Vol. 26, Iss. 5", |
| 36 | + "doi": "10.1137/S0097539795293172", |
| 37 | + "url": "https://doi.org/10.1137/S0097539795293172" |
| 38 | + }, |
| 39 | + { |
| 40 | + "id": "PurpleDragonBook", |
| 41 | + "type": "book", |
| 42 | + "title": "Compilers: Principles, Techniques, And Tools", |
| 43 | + "authors": "Alfred V Aho, Monica S Lam, Ravi Sethi, Jeffrey D Ullman", |
| 44 | + "year": "2007", |
| 45 | + "publisher": "Pearson", |
| 46 | + "url": "https://www.pearson.com/en-us/subject-catalog/p/compilers-principles-techniques-and-tools/P200000003472/9780133002140" |
| 47 | + }, |
| 48 | + { |
| 49 | + "id": "JAXJIT", |
| 50 | + "type": "webpage", |
| 51 | + "title": "Just-in-time compilation", |
| 52 | + "authors": "The JAX Authors", |
| 53 | + "year": "2024", |
| 54 | + "publisher": "", |
| 55 | + "url": "https://docs.jax.dev/en/latest/jit-compilation.html" |
| 56 | + }, |
| 57 | + { |
| 58 | + "id": "Beauregard2003", |
| 59 | + "type": "article", |
| 60 | + "title": "Circuit for Shor's algorithm using 2n+3 qubits", |
| 61 | + "authors": "Stephane Beauregard", |
| 62 | + "year": "2003", |
| 63 | + "journal": "Quantum Info. Comput.", |
| 64 | + "doi": "10.5555/2011517.2011525", |
| 65 | + "url": "https://dl.acm.org/doi/10.5555/2011517.2011525" |
| 66 | + }, |
| 67 | + { |
| 68 | + "id": "Draper2000", |
| 69 | + "type": "preprint", |
| 70 | + "title": "Addition on a Quantum Computer", |
| 71 | + "authors": "Thomas G. Draper", |
| 72 | + "year": "2000", |
| 73 | + "journal": "", |
| 74 | + "doi": "10.48550/arXiv.quant-ph/0008033", |
| 75 | + "url": "https://doi.org/10.48550/arXiv.quant-ph/0008033" |
| 76 | + } |
| 77 | + ], |
| 78 | + "basedOnPapers": [ |
| 79 | + ], |
| 80 | + "referencedByPapers": [], |
| 81 | + "relatedContent": [ |
| 82 | + { |
| 83 | + "type": "demonstration", |
| 84 | + "id": "tutorial_jax_transformations", |
| 85 | + "weight": 1.0 |
| 86 | + }, |
| 87 | + { |
| 88 | + "type": "demonstration", |
| 89 | + "id": "tutorial_qjit_compile_grovers_algorithm_with_catalyst", |
| 90 | + "weight": 1.0 |
| 91 | + }, |
| 92 | + { |
| 93 | + "type": "demonstration", |
| 94 | + "id": "tutorial_how_to_quantum_just_in_time_compile_vqe_catalyst", |
| 95 | + "weight": 1.0 |
| 96 | + } |
| 97 | + ] |
| 98 | +} |
0 commit comments