Skip to content

Commit

Permalink
Reformatted init
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Bottrill committed Jun 1, 2024
1 parent 0e4b268 commit a863acf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pennylane/ops/qutrit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
"THermitian",
"GellMann",
}
__channels__ = {
"QutritDepolarizingChannel",
"QutritAmplitudeDamping",
"TritFlip"
}
__channels__ = {"QutritDepolarizingChannel", "QutritAmplitudeDamping", "TritFlip"}

__all__ = list(__ops__ | __obs__ | __channels__)

0 comments on commit a863acf

Please sign in to comment.