Skip to content

Commit f2950c9

Browse files
authored
Fix typo in clifford sim demo (#1588)
small typo leading to latex rendering issue [slack context](https://xanaduhq.slack.com/archives/C03FRM3RCCV/p1761732254036559)
1 parent 33ed7e3 commit f2950c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demonstrations_v2/tutorial_clifford_circuit_simulations/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
9898
The stabilizer tableau for an :math:`n`-qubit state is made of binary variables representing
9999
the Pauli words for the ``generators`` of stabilizer :math:`\mathcal{S}` and destabilizer
100-
:math:`\mathcal{D}`and their ``phases`.` These are generally arranged as the following
100+
:math:`\mathcal{D}` and their ``phases``. These are generally arranged as the following
101101
tabulated structure [#lowrank_2019]_:
102102
103103
.. figure:: ../_static/demonstration_assets/clifford_simulation/stabilizer-tableau.jpeg

demonstrations_v2/tutorial_clifford_circuit_simulations/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": "2024-04-12T00:00:00+00:00",
11-
"dateOfLastModification": "2025-10-15T00:00:00+00:00",
11+
"dateOfLastModification": "2025-10-29T00:00:00+00:00",
1212
"categories": [
1313
"Devices and Performance"
1414
],

0 commit comments

Comments
 (0)