Skip to content

Commit 9b5a237

Browse files
authored
Fix blockade typo in the neutral atom demo (#1813)
### Before submitting Please complete the following checklist when submitting a PR: - [ ] Ensure that your tutorial executes correctly, and conforms to the guidelines specified in the [README](https://github.com/PennyLaneAI/demos/blob/master/README.md). - [ ] Remember to do a grammar check of the content you include. - [ ] All tutorials conform to [PEP8 standards](https://www.python.org/dev/peps/pep-0008/). To auto format files, simply `pip install black`, and then run `black -l 100 path/to/file.py`. When all the above are checked, delete everything above the dashed line and fill in the pull request template. ------------------------------------------------------------------------------------------------------------ **Title:** **Summary:** **Relevant references:** **Possible Drawbacks:** **Related GitHub Issues:** ---- If you are writing a demonstration, please answer these questions to facilitate the marketing process. * GOALS — Why are we working on this now? *Eg. Promote a new PL feature or show a PL implementation of a recent paper.* * AUDIENCE — Who is this for? *Eg. Chemistry researchers, PL educators, beginners in quantum computing.* * KEYWORDS — What words should be included in the marketing post? * Which of the following types of documentation is most similar to your file? (more details [here](https://www.notion.so/xanaduai/Different-kinds-of-documentation-69200645fe59442991c71f9e7d8a77f8)) - [ ] Tutorial - [ ] Demo - [ ] How-to
1 parent 49f73f2 commit 9b5a237

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demonstrations_v2/tutorial_neutral_atoms/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ def pi_pulse(distance, coupling, wires=[0]):
622622
##############################################################################
623623
#
624624
# When acting on individual atoms, these pulses have the net effect of adding a phase of :math:`-1` to the state. But the presence
625-
# of the Rydberg blocakde changes this outcome.
625+
# of the Rydberg blockade changes this outcome.
626626
# Then, let's see the effect the sequence of pulses has on the :math:`\vert 00 \rangle` state when the atoms are close enough.
627627
#
628628

demonstrations_v2/tutorial_neutral_atoms/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"executable_stable": true,
99
"executable_latest": true,
1010
"dateOfPublication": "2023-05-30T00:00:00+00:00",
11-
"dateOfLastModification": "2026-04-17T00:00:00+00:00",
11+
"dateOfLastModification": "2026-06-15T00:00:00+00:00",
1212
"categories": [
1313
"Quantum Hardware",
1414
"Quantum Computing"

0 commit comments

Comments
 (0)