-
Notifications
You must be signed in to change notification settings - Fork 189
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
Covalent Cloud GPU tutorial #1101
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
416012c
uploading notebook
kessler-frost b6b1038
renamed and improved slightly
kessler-frost 33c464c
adding .py file
kessler-frost 36862bc
Merge branch 'PennyLaneAI:master' into master
kessler-frost 297a8b2
added metadata file
kessler-frost 53da227
title update and link addition
kessler-frost 55c0ab0
updated more text
kessler-frost 4b615bf
Merge branch 'master' into master
kessler-frost 94c6291
added bio and image
kessler-frost 4d09dc1
updated json metadata
kessler-frost a6f9a23
Merge branch 'master' into master
kessler-frost 9e08ee5
commit to start the build
kessler-frost d1380c2
implemented suggestions
kessler-frost cd5e103
updating to 79 hashes
kessler-frost 756b581
Apply suggestions from code review
kessler-frost fe13084
updated dollar sign rendering
kessler-frost 2f72c10
Update demonstrations/covalent_cloud_gpu.py
kessler-frost 23cdf3c
Merge branch 'master' into master
kessler-frost fd904ea
Updated date
kessler-frost File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,6 @@ | ||
.. bio:: Ara Ghukasyan | ||
:photo: ../_static/authors/ara_ghukasyan.jpeg | ||
|
||
Ara is a Research Software Engineer at Agnostiq Inc. He has a B.Sc. in Math & Physics and a Ph.D. in Engineering Physics from McMaster University in Hamilton, Ontario. Ara’s interests include Machine Learning, Physics, and Quantum Computing. | ||
|
||
|
Binary file added
BIN
+35.2 KB
_static/demonstration_assets/covalent_cloud_gpu/covalent_cloud_gpu_19_1.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
+19.7 KB
_static/demonstration_assets/covalent_cloud_gpu/thumbnail_covalent_cloud_gpu.png
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.
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,41 @@ | ||
{ | ||
"title": "Running GPU-accelerated quantum circuit simulations on Covalent Cloud using PennyLane", | ||
"authors": [ | ||
{ | ||
"id": "ara_ghukasyan" | ||
}, | ||
{ | ||
"id": "santosh_kumar_radha" | ||
} | ||
], | ||
"dateOfPublication": "2024-05-23T00:00:00+00:00", | ||
"dateOfLastModification": "2024-05-23T00:00:00+00:00", | ||
"categories": [ | ||
"Quantum Machine Learning" | ||
], | ||
"tags": [], | ||
"previewImages": [ | ||
{ | ||
"type": "thumbnail", | ||
"uri": "/_static/demonstration_assets/covalent_cloud_gpu/thumbnail_covalent_cloud_gpu.png" | ||
}, | ||
{ | ||
"type": "large_thumbnail", | ||
"uri": "/_static/large_demo_thumbnails/thumbnail_large_covalent_cloud_gpu.png" | ||
} | ||
], | ||
"seoDescription": "Explore the process of running GPU-accelerated quantum circuit simulations on Covalent Cloud using PennyLane.", | ||
"doi": "", | ||
"canonicalURL": "/qml/demos/covalent_cloud_gpu", | ||
"references": [], | ||
"basedOnPapers": [], | ||
"referencedByPapers": [], | ||
"relatedContent": [ | ||
{ | ||
"type": "demonstration", | ||
"id": "tutorial_univariate_qvr", | ||
"weight": 1.0 | ||
} | ||
], | ||
"hardware": [] | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This suggestion can be applied after #1112 is merged in (cc @ikurecic)