-
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.
Browse files
Browse the repository at this point in the history
**Title:** How to use Qiskit 1.0 with PL Shortcut: https://app.shortcut.com/xanaduai/story/63358/how-to-how-to-use-qiskit-1-0-with-pennylane --------- Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: soranjh <[email protected]> Co-authored-by: Ivana Kurečić <[email protected]>
- Loading branch information
1 parent
fd2c4cc
commit 409865b
Showing
7 changed files
with
486 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,4 @@ | ||
.. bio:: Isaac De Vlugt | ||
:photo: ../_static/authors/isaac_de_vlugt.jpeg | ||
|
||
Isaac De Vlugt is a Quantum Scientist on the Product team at Xanadu. His work involves creating accessible quantum computing content and PennyLane features for the community, as well as spamming GIFs in our Slack channels. |
Binary file added
BIN
+15.3 KB
...monstration_assets/how_to_use_qiskit_1_with_pennylane/pl_real_world_example.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
+6.48 KB
...tion_assets/how_to_use_qiskit_1_with_pennylane/qiskit_parameterized_circuit.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
+32.5 KB
...emonstration_assets/regular_demo_thumbnails/thumbnail_HowToUseQiskit1WithPL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions
48
demonstrations/how_to_use_qiskit1_with_pennylane.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,48 @@ | ||
{ | ||
"title": "How to use Qiskit 1.0 with PennyLane", | ||
"authors": [ | ||
{ | ||
"id": "isaac_de_vlugt" | ||
} | ||
], | ||
"dateOfPublication": "2024-07-02T00:00:00+00:00", | ||
"dateOfLastModification": "2024-07-02T00:00:00+00:00", | ||
"categories": [ | ||
"Quantum Computing" | ||
], | ||
"tags": [], | ||
"previewImages": [ | ||
{ | ||
"type": "thumbnail", | ||
"uri": "/_static/demonstration_assets/regular_demo_thumbnails/thumbnail_HowToUseQiskit1WithPL.png" | ||
} | ||
], | ||
"seoDescription": "Learn how to get started using Qiskit 1.0 with PennyLane", | ||
"doi": "", | ||
"canonicalURL": "/qml/demos/how_to_use_qiskit1_with_pennylane", | ||
"references": [], | ||
"basedOnPapers": [], | ||
"referencedByPapers": [], | ||
"relatedContent": [ | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_qubit_rotation", | ||
"weight": 1.0 | ||
}, | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_diffable-mitigation", | ||
"weight": 1.0 | ||
}, | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_jax_transformations", | ||
"weight": 1.0 | ||
}, | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_qnn_module_torch", | ||
"weight": 1.0 | ||
} | ||
] | ||
} |
Oops, something went wrong.