Skip to content

Commit

Permalink
added hardware metadata to select demos
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Silbernagel committed Sep 14, 2023
1 parent 26d641c commit f54c3d8
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 3 deletions.
Binary file added _static/hardware_logos/aws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion demonstrations/tutorial_quantum_transfer_learning.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,13 @@
],
"basedOnPapers": [],
"referencedByPapers": [],
"relatedContent": []
"relatedContent": [],
"hardware": [
{
"id": "aws",
"name": "Amazon",
"link": "https://pennylane.ai/qml/demos/tutorial_quantum_transfer_learning",
"logo": "/_static/hardware_logos/aws.png"
}
]
}
10 changes: 9 additions & 1 deletion demonstrations/tutorial_quanvolution.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,13 @@
],
"basedOnPapers": [],
"referencedByPapers": [],
"relatedContent": []
"relatedContent": [],
"hardware": [
{
"id": "aws",
"name": "Amazon",
"link": "https://pennylane.ai/qml/demos/tutorial_quanvolution",
"logo": "/_static/hardware_logos/aws.png"
}
]
}
8 changes: 8 additions & 0 deletions demonstrations/tutorial_qubit_rotation.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,13 @@
"id": "tutorial_state_preparation",
"weight": 1.0
}
],
"hardware": [
{
"id": "aws",
"name": "Amazon",
"link": "https://pennylane.ai/qml/demos/tutorial_qubit_rotation",
"logo": "/_static/hardware_logos/aws.png"
}
]
}
8 changes: 8 additions & 0 deletions demonstrations/tutorial_variational_classifier.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,13 @@
"id": "ensemble_multi_qpu",
"weight": 1.0
}
],
"hardware": [
{
"id": "aws",
"name": "Amazon",
"link": "https://pennylane.ai/qml/demos/tutorial_variational_classifier",
"logo": "/_static/hardware_logos/aws.png"
}
]
}
2 changes: 1 addition & 1 deletion metadata_schemas/objects/hardware.schema.0.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
}
},
"required": [
"name", "link"
"id", "name", "link", "logo"
]
}

0 comments on commit f54c3d8

Please sign in to comment.