Skip to content

Commit 658e3fb

Browse files
[QML RENAMING] Change links to reflect new repo name (#1708)
1 parent 6877ee6 commit 658e3fb

13 files changed

Lines changed: 32 additions & 33 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Please complete the following checklist when submitting a PR:
44

55
- [ ] Ensure that your tutorial executes correctly, and conforms to the
6-
guidelines specified in the [README](https://github.com/PennyLaneAI/qml/blob/master/README.md).
6+
guidelines specified in the [README](https://github.com/PennyLaneAI/demos/blob/master/README.md).
77

88
- [ ] Remember to do a grammar check of the content you include.
99
- [ ] All tutorials conform to

.github/workflows/v2-build-branch-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: V2 Build QML Branch - Dev
1+
name: V2 Build Branch - Dev
22
on:
33
workflow_dispatch:
44
schedule:
55
- cron: '0 7 * * 1,3,5' # At 07:00 (2am EST) on Monday, Wednesday, Friday.
66
#- cron: '0 10 * * *' # At 10:00 (5am EST) on every day-of-week. Use this during feature freeze.
77

88
concurrency:
9-
group: v2-build-qml-demo-branch-dev
9+
group: v2-build-demo-branch-dev
1010
cancel-in-progress: true
1111

1212
jobs:
1313
build_dev:
14-
uses: PennyLaneAI/qml/.github/workflows/v2-build-demos.yml@dev
14+
uses: PennyLaneAI/demos/.github/workflows/v2-build-demos.yml@dev
1515
with:
1616
ref: dev
1717
dev: true

.github/workflows/v2-build-branch-master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: V2 Build QML Branch - Master
1+
name: V2 Build Branch - Master
22
on:
33
workflow_dispatch:
44
schedule:
55
- cron: '0 5 * * 1,3,5' # At 05:00 (12am EST) on Sunday (Monday am), Tuesday (Wednesday am), Thursday (Friday am).
66

77
concurrency:
8-
group: v2-build-qml-demo-branch-master
8+
group: v2-build-demo-branch-master
99
cancel-in-progress: true
1010

1111
jobs:
1212
build_master:
13-
uses: PennyLaneAI/qml/.github/workflows/v2-build-demos.yml@master
13+
uses: PennyLaneAI/demos/.github/workflows/v2-build-demos.yml@master
1414
with:
1515
ref: master
1616
dev: false

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ While you are encouraged to be creative with your demo, please keep the followin
8383
## General Guidelines
8484

8585
- **Format:** Demos are written as executable Python scripts.
86-
- **Jupyter Notebook Conversion:** If you prefer writing your demo in a Jupyter notebook, you can convert it to the required executable Python format by following the [Notebook to Demo Converter](https://github.com/PennyLaneAI/qml/tree/master/notebook_converter).
86+
- **Jupyter Notebook Conversion:** If you prefer writing your demo in a Jupyter notebook, you can convert it to the required executable Python format by following the [Notebook to Demo Converter](https://github.com/PennyLaneAI/demos/tree/master/notebook_converter).
8787
- **Naming Convention:** All demo directories must be saved in the `demonstrations_v2` directory. For example: `demonstrations_v2/my_demo`.
8888
- **Frameworks:** New demos should avoid using `autograd` or `TensorFlow`. `JAX` and `PyTorch` are recommended instead. Whenever possible, the use of `lightning.qubit` is also encouraged.
8989
- **Restructured Text (ReST):** ReST sections can be included anywhere within the script by beginning the comment with 79 hash characters (`#`). These are useful for breaking up large code blocks and providing extensive explanations.
@@ -112,7 +112,7 @@ While you are encouraged to be creative with your demo, please keep the followin
112112
113113
## Metadata Guidelines
114114
115-
Every demo requires an accompanying `metadata.json` file located in its directory. This JSON file stores crucial information about the demo. Refer to [this example](https://github.com/PennyLaneAI/qml/blob/master/demonstrations_v2/tutorial_here_comes_the_sun/metadata.json) for the required fields:
115+
Every demo requires an accompanying `metadata.json` file located in its directory. This JSON file stores crucial information about the demo. Refer to [this example](https://github.com/PennyLaneAI/demos/blob/master/demonstrations_v2/tutorial_here_comes_the_sun/metadata.json) for the required fields:
116116
117117
- **Filename:** Ensure the file is named `metadata.json`.
118118
- **Authors:** Ensure that the `"authors"` field is populated with the `"username"` of the author(s) as registered on pennylane.ai. This should match the username provided when creating the bio.
@@ -245,8 +245,8 @@ If you do not specify a `--format` option, the demo will be built in JSON format
245245
246246
## Support
247247
248-
- **Source Code:** https://github.com/PennyLaneAI/QML
249-
- **Issue Tracker:** https://github.com/PennyLaneAI/QML/issues
248+
- **Source Code:** https://github.com/PennyLaneAI/demos
249+
- **Issue Tracker:** https://github.com/PennyLaneAI/demos/issues
250250
251251
If you encounter any issues, please report them on our GitHub issue tracker.
252252

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<h1 align="center">PennyLane Demonstrations</h1>
22

33
<p align="center">
4-
<a href="https://github.com/PennyLaneAI/qml/actions?query=workflow%3Abuild-master" title="Master Branch Build Status">
5-
<img src="https://img.shields.io/github/actions/workflow/status/PennyLaneAI/qml/v2-build-branch-master.yml?label=master&logo=github&style=flat-square" alt="Master Branch Build Status" />
4+
<a href="https://github.com/PennyLaneAI/demos/actions?query=workflow%3Abuild-master" title="Master Branch Build Status">
5+
<img src="https://img.shields.io/github/actions/workflow/status/PennyLaneAI/demos/v2-build-branch-master.yml?label=master&logo=github&style=flat-square" alt="Master Branch Build Status" />
66
</a>
7-
<a href="https://github.com/PennyLaneAI/qml/actions?query=workflow%3Abuild-dev" title="Dev Branch Build Status">
8-
<img src="https://img.shields.io/github/actions/workflow/status/PennyLaneAI/qml/v2-build-branch-dev.yml?label=dev&logo=github&style=flat-square" alt="Dev Branch Build Status" />
7+
<a href="https://github.com/PennyLaneAI/demos/actions?query=workflow%3Abuild-dev" title="Dev Branch Build Status">
8+
<img src="https://img.shields.io/github/actions/workflow/status/PennyLaneAI/demos/v2-build-branch-dev.yml?label=dev&logo=github&style=flat-square" alt="Dev Branch Build Status" />
99
</a>
10-
<a href="https://github.com/PennyLaneAI/qml/actions/workflows/v2-sync-objects-dot-inv.yml" title="objects.inv Sync Status">
11-
<img src="https://img.shields.io/github/actions/workflow/status/PennyLaneAI/qml/v2-sync-objects-dot-inv.yml?label=objects.inv%20sync&logo=github&style=flat-square" alt="objects.inv Sync Status" />
10+
<a href="https://github.com/PennyLaneAI/demos/actions/workflows/v2-sync-objects-dot-inv.yml" title="objects.inv Sync Status">
11+
<img src="https://img.shields.io/github/actions/workflow/status/PennyLaneAI/demos/v2-sync-objects-dot-inv.yml?label=objects.inv%20sync&logo=github&style=flat-square" alt="objects.inv Sync Status" />
1212
</a>
1313
<img src="https://img.shields.io/badge/contributions-welcome-orange?style=flat-square" alt="Contributions Welcome"/>
1414
</p>
@@ -36,8 +36,8 @@ Explore the full collection of [PennyLane demos](https://pennylane.ai/qml/demons
3636

3737
## Support
3838

39-
- **Source Code:** https://github.com/PennyLaneAI/QML
40-
- **Issue Tracker:** https://github.com/PennyLaneAI/QML/issues
39+
- **Source Code:** https://github.com/PennyLaneAI/qml
40+
- **Issue Tracker:** https://github.com/PennyLaneAI/qml/issues
4141

4242
If you encounter any issues, have questions, or wish to suggest improvements, please report them on our GitHub issue tracker.
4343

conf.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
# If extensions (or modules to document with autodoc) are in another directory,
1212
# add these directories to sys.path here. If the directory is relative to the
1313
# documentation root, use os.path.abspath to make it absolute, like shown here.
14-
#
14+
1515
import os
1616
import sys
1717
import warnings
18-
import numpy as np
1918

2019
sys.path.insert(0, os.path.abspath("."))
2120
sys.path.insert(0, os.path.join(os.path.dirname(__file__)))
@@ -27,7 +26,7 @@
2726

2827
project = "PennyLane"
2928

30-
copyright = "2025, Xanadu Quantum Technologies, Inc."
29+
copyright = "2026, Xanadu Quantum Technologies, Inc."
3130

3231
author = "Xanadu Inc."
3332

@@ -174,7 +173,7 @@
174173
"toc_subset": False,
175174
"toc_hover": False,
176175
"relations": False,
177-
"github_repo": "PennyLaneAI/qml"
176+
"github_repo": "PennyLaneAI/demos"
178177
}
179178

180179
# Add any paths that contain custom static files (such as style sheets) here,

demonstrations_v2/tutorial_pasqal/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
`PennyLane-cirq plugin <https://pennylane-cirq.readthedocs.io/en/latest/>`_
6060
(version >= 0.13). You will also need to download a copy of the data, which
6161
is available `here
62-
<https://github.com/PennyLaneAI/qml/blob/master/_static/demonstration_assets/pasqal/Eiffel_tower_data.dat>`_.
62+
<https://github.com/PennyLaneAI/demos/blob/master/_static/demonstration_assets/pasqal/Eiffel_tower_data.dat>`_.
6363
6464
"""
6565

demonstrations_v2/tutorial_pasqal/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"executable_stable": false,
99
"executable_latest": false,
1010
"dateOfPublication": "2020-10-13T00:00:00+00:00",
11-
"dateOfLastModification": "2025-10-15T00:00:00+00:00",
11+
"dateOfLastModification": "2026-02-19T00:00:00+00:00",
1212
"categories": [
1313
"Quantum Hardware",
1414
"Quantum Computing"
@@ -36,4 +36,4 @@
3636
"basedOnPapers": [],
3737
"referencedByPapers": [],
3838
"relatedContent": []
39-
}
39+
}

demonstrations_v2/tutorial_resourcefulness/demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ def ghz_state(n_qubits):
541541
# But ``Uvec_diag`` does not look block diagonal. What happened here?
542542
# Well, it *is* block-diagonal, but we have to reorder the columns and rows of the final matrix to make this visible.
543543
# This takes a bit of pain, which we outsource to a utility function that can be found
544-
# `here <https://github.com/PennyLaneAI/qml/demonstrations_v2/tutorial_resourcefulness/utils.py>`__:
544+
# `here <https://github.com/PennyLaneAI/demos/blob/master/demonstrations_v2/tutorial_resourcefulness/utils.py>`__:
545545
#
546546

547547
from utils import group_rows_cols_by_sparsity
@@ -756,4 +756,4 @@ def pauli_basis(n):
756756
# .. [#Bermejo_Braccia]
757757
#
758758
# Bermejo, Pablo, Paolo Braccia, Antonio Anna Mele, Nahuel L. Diaz, Andrew E. Deneris, Martin Larocca, and M. Cerezo. "Characterizing quantum resourcefulness via group-Fourier decompositions." arXiv preprint arXiv:2506.19696 (2025).
759-
#
759+
#

demonstrations_v2/tutorial_resourcefulness/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"executable_stable": true,
1212
"executable_latest": true,
1313
"dateOfPublication": "2025-10-30T09:00:00+00:00",
14-
"dateOfLastModification": "2025-10-31T09:00:00+00:00",
14+
"dateOfLastModification": "2026-02-19T09:00:00+00:00",
1515
"categories": [
1616
"Quantum Computing"
1717
],

0 commit comments

Comments
 (0)