Skip to content

Commit

Permalink
Removed solved TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ committed Oct 23, 2024
1 parent 13f74d8 commit e760ba1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
warnings.warn("local settings failed to import cuquantum", ImportWarning)


class GeneralState: # TODO: Write it as a context manager so that I can call free()
class GeneralState:
"""Wrapper of cuTensorNet's NetworkState for exact simulation of states.
Note:
Expand Down Expand Up @@ -331,7 +331,7 @@ def __exit__(self, exc_type: Any, exc_value: Any, exc_tb: Any) -> None:
self.destroy()


class GeneralBraOpKet: # TODO: Write it as a context manager
class GeneralBraOpKet:
"""Wrapper of cuTensorNet's NetworkState for exact simulation of ``<bra|O|ket>``.
Note:
Expand Down

0 comments on commit e760ba1

Please sign in to comment.