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

Covalent cloud demo #1115

Merged
merged 23 commits into from
May 29, 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/ara_ghukasyan.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions _static/authors/ara_ghukasyan.txt
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.


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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions demonstrations/covalent_cloud_gpu.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"title": "Running GPU-accelerated quantum circuit simulations on Covalent Cloud using PennyLane",
"authors": [
{
"id": "santosh_kumar_radha"
},
{
"id": "ara_ghukasyan"
}
],
"dateOfPublication": "2024-05-24T00:00:00+00:00",
"dateOfLastModification": "2024-05-24T00: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_kernels_module",
"weight": 1.0
},
{
"type": "demonstration",
"id": "tutorial_kernel_based_training",
"weight": 1.0
},
{
"type": "demonstration",
"id": "tutorial_univariate_qvr",
"weight": 1.0
}
kessler-frost marked this conversation as resolved.
Show resolved Hide resolved
],
"hardware": [
{
"id": "covalent",
"link": "https://docs.covalent.xyz/docs/cloud/tutorials-cloud/pennylane_tutorial/",
"logo": "/_static/hardware_logos/covalent.png"
}
]
}
Loading
Loading