Skip to content

Commit

Permalink
Removed outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ committed Jun 5, 2024
1 parent ee64c55 commit 1c6f5c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ def __init__(
libhandle: cuTensorNet handle.
loglevel: Internal logger output level.
"""
# Mind the transpose for Y (same argument as in GeneralState)
self._pauli = {
"X": _formatted_tensor(np.asarray([[0, 1], [1, 0]]), 1),
"Y": _formatted_tensor(np.asarray([[0, -1j], [1j, 0]]), 1),
Expand Down

0 comments on commit 1c6f5c9

Please sign in to comment.