Skip to content

Commit

Permalink
fix accidental deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Dec 21, 2024
1 parent ba45686 commit ae47738
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions waveorder/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2258,6 +2258,10 @@ def pauli():
[[a, 0], [0, a]],
[[-a, 0], [0, a]],
[[0, a], [a, 0]],
[[0, 1j * a], [-1j * a, 0]],
]
)
return sigma


def gellmann():
Expand Down

0 comments on commit ae47738

Please sign in to comment.