Skip to content

Commit

Permalink
Change the ordering in Clifford demo (#1206)
Browse files Browse the repository at this point in the history
Changes operator ordering in the Clifford demo based on user feedback.
  • Loading branch information
obliviateandsurrender authored Sep 5, 2024
1 parent 6e939c3 commit 75c7040
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"dateOfPublication": "2024-04-12T00:00:00+00:00",
"dateOfLastModification": "2024-08-06T00:00:00+00:00",
"dateOfLastModification": "2024-09-05T00:00:00+00:00",
"categories": [
"Devices and Performance"
],
Expand Down
2 changes: 1 addition & 1 deletion demonstrations/tutorial_clifford_circuit_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
| Each of these gates can be uniquely described by how they transform the Pauli words. For
example, ``Hadamard`` conjugates :math:`X` to :math:`Z` and :math:`Z` to :math:`X`.
Similarly, ``ISWAP`` acting on a subspace of qubits `i` and `j` conjugates :math:`X_{i}`
to :math:`-Z_{i}Y_{j}` and :math:`Z_{i}` to :math:`Z_{j}`. These transformations can
to :math:`Z_{i}Y_{j}` and :math:`Z_{i}` to :math:`Z_{j}`. These transformations can
be presented in tabulated forms called *Clifford tableaus*, as shown below:
.. figure:: ../_static/demonstration_assets/clifford_simulation/clifford_tableaus.jpeg
Expand Down

0 comments on commit 75c7040

Please sign in to comment.