Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial_qrack.py #1137

Merged
merged 23 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _static/authors/dan_strano.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions _static/authors/dan_strano.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. bio:: Dan Strano
:photo: ../_static/authors/dan_strano.jpg

Dan Strano is a technical staff member at `Unitary Fund <https://unitary.fund>`__. Additionally, he has been the lead author of the Qrack simulator framework since 2017.
Binary file added _static/demonstration_assets/qrack/fig1.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 _static/demonstration_assets/qrack/fig2.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 _static/demonstration_assets/qrack/fig3.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 _static/demonstration_assets/qrack/fig4.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 _static/demonstration_assets/qrack/fig5.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 _static/demonstration_assets/qrack/fig6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions demonstrations/qrack.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"title": "The Qrack device back end (with Catalyst)",
"authors": [
{
"id": "dan_strano"
}
],
"dateOfPublication": "2024-07-10T00:00:00+00:00",
"dateOfLastModification": "2024-07-10T00:00:00+00:00",
"categories": [
"Devices and Performance"
],
"tags": [],
"previewImages": [
{
"type": "thumbnail",
"uri": "/_static/demonstration_assets/regular_demo_thumbnails/thumbnail_quantum_analytic_descent.png"
}
],
"seoDescription": "IUsing the Qrack device for PennyLane and Catalyst, with GPU-acceleration and novel optimization.",
"doi": "",
"canonicalURL": "/qml/demos/qrack",
"references": [],
"basedOnPapers": [],
"referencedByPapers": [],
"relatedContent": [
{
"type": "demonstration",
"id": "tutorial_qft",
"weight": 1.0
},
{
"type": "demonstration",
"id": "tutorial_clifford_circuit_simulations",
"weight": 1.0
}
]
}
372 changes: 372 additions & 0 deletions demonstrations/qrack.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading