Skip to content

Commit

Permalink
sync master to dev (#1161)
Browse files Browse the repository at this point in the history
merges changes from `master` into `dev`.

# motivation
#1155 merged `dev` to `master` with modifications, but these
modifications did not make their way into `dev`. This PR does exactly
that.

---------

Co-authored-by: Astral Cai <[email protected]>
Co-authored-by: GitHub Nightly Merge Action <[email protected]>
Co-authored-by: Mudit Pandey <[email protected]>
Co-authored-by: Christina Lee <[email protected]>
Co-authored-by: Romain Moyard <[email protected]>
Co-authored-by: Matthew Silverman <[email protected]>
Co-authored-by: lillian542 <[email protected]>
Co-authored-by: Tom Bromley <[email protected]>
Co-authored-by: Josh Izaac <[email protected]>
Co-authored-by: Rashid N H M <[email protected]>
Co-authored-by: Guillermo Alonso-Linaje <[email protected]>
Co-authored-by: soranjh <[email protected]>
Co-authored-by: CatalinaAlbornoz <[email protected]>
Co-authored-by: Jay Soni <[email protected]>
Co-authored-by: soranjh <[email protected]>
Co-authored-by: ixfoduap <[email protected]>
Co-authored-by: Diego <[email protected]>
Co-authored-by: Utkarsh <[email protected]>
Co-authored-by: Stepan Fomichev <[email protected]>
Co-authored-by: soranjh <[email protected]>
Co-authored-by: Alvaro Ballon <[email protected]>
Co-authored-by: Diego <[email protected]>
Co-authored-by: Lee J. O'Riordan <[email protected]>
Co-authored-by: Korbinian Kottmann <[email protected]>
Co-authored-by: DanielNino27 <[email protected]>
Co-authored-by: Paul Finlay <[email protected]>
Co-authored-by: ashishks0522 <[email protected]>
Co-authored-by: Mikhail Andrenkov <[email protected]>
Co-authored-by: David Wierichs <[email protected]>
Co-authored-by: Diksha Dhawan <[email protected]>
Co-authored-by: Ivana Kurečić <[email protected]>
Co-authored-by: Gopal Ramesh Dahale <[email protected]>
Co-authored-by: Sankalp Sanand <[email protected]>
Co-authored-by: Ivana Kurečić <[email protected]>
Co-authored-by: Austin Huang <[email protected]>
Co-authored-by: Isaac De Vlugt <[email protected]>
Co-authored-by: WrathfulSpatula <[email protected]>
Co-authored-by: Olivia Di Matteo <[email protected]>
Co-authored-by: Pietropaolo Frisoni <[email protected]>
Co-authored-by: Ahmed Darwish <[email protected]>
  • Loading branch information
Show file tree
Hide file tree
Showing 93 changed files with 3,514 additions and 67 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/upload-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
path: qml_text

- name: Copy Concatenated Metadata into Build
run: |
jq -s . $(find demonstrations -name "*.metadata.json" -type f) > ${{ steps.qml_text.outputs.download-path }}/demos/metadata.json
run: >
jq -s .
$(find demonstrations -name "*.metadata.json" -type f
! -name "demonstrations_categories.metadata.json")
> ${{ steps.qml_text.outputs.download-path }}/demos/metadata.json
- name: Upload
uses: XanaduAI/cloud-actions/push-to-s3-and-invalidate-cloudfront@main
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ quantum computing paper/result.

```python
##############################################################################
#.. figure:: ../_static/demonstrations_assets/<demo name>/image.png
#.. figure:: ../_static/demonstration_assets/<demo name>/image.png
# :align: center
# :width: 90%
```
Expand Down
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.


4 changes: 2 additions & 2 deletions _static/authors/dan_strano.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. bio:: Dan Strano
:photo: ../_static/authors/dan_strano.jpg
:photo: ../_static/authors/dan_strano.jpeg

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.
Dan Strano is a technical staff member at Unitary Fund. Additionally, he has been the lead author of the Qrack simulator framework since 2017.
Binary file added _static/authors/gopal_ramesh_dahale.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/gopal_ramesh_dahale.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. bio:: Gopal Ramesh Dahale
:photo: ../_static/authors/gopal_ramesh_dahale.jpeg

Gopal is a quantum research software engineer at Qkrishi and a Qiskit advocate interested in applications of quantum computing in machine learning, chemistry and combinatorial optimization problems.
Binary file added _static/authors/isaac_de_vlugt.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/isaac_de_vlugt.txt
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.
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.
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/liesim/Ue.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/liesim/e.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.
Binary file added _static/demonstration_assets/liesim/wUe.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.
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.
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.
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.
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/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
Binary file added _static/demonstration_assets/qrack/fig5.png
Binary file added _static/demonstration_assets/qrack/fig6.png
Binary file added _static/hardware_logos/covalent.png
2 changes: 1 addition & 1 deletion demonstrations/ahs_aquila.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"dateOfPublication": "2023-05-16T00:00:00+00:00",
"dateOfLastModification": "2024-01-01T00:00:00+00:00",
"dateOfLastModification": "2024-07-10T00:00:00+00:00",
"categories": ["Quantum Hardware", "Devices and Performance", "Quantum Computing"],
"tags": [],
"previewImages": [
Expand Down
2 changes: 1 addition & 1 deletion demonstrations/braket-parallel-gradients.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"dateOfPublication": "2020-12-08T00:00:00+00:00",
"dateOfLastModification": "2024-03-04T00:00:00+00:00",
"dateOfLastModification": "2024-07-10T00:00:00+00:00",
"categories": [
"Devices and Performance"
],
Expand Down
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
}
],
"hardware": [
{
"id": "covalent",
"link": "https://docs.covalent.xyz/docs/cloud/tutorials-cloud/pennylane_tutorial/",
"logo": "/_static/hardware_logos/covalent.png"
}
]
}
Loading

0 comments on commit 093668d

Please sign in to comment.