Commit 6901e12
authored
Typo in clifford simulation demo (#1547)
This pull request contains a typo fix for the Clifford circuit
simulation tutorial.
**Fix:**
* Fixed a typo in the description of the Clifford + T gate set in
`demo.py` by changing "S,`" to "S``,", ensuring consistent punctuation
and improved readability.
**Metadata update:**
* Updated the `dateOfLastModification` field in `metadata.json` to
reflect the most recent change.
From original PR here #13591 parent ef2b15b commit 6901e12
2 files changed
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments