Skip to content

Commit

Permalink
use renyi2 from netket itself
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipVinc committed Nov 8, 2023
1 parent 5b46307 commit 0a19a8b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 212 deletions.
4 changes: 3 additions & 1 deletion netket_fidelity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

from . import driver

from . import renyi2

from .infidelity import InfidelityOperator

from netket.utils import _hide_submodules

_hide_submodules(__name__, hide_folder=["infidelity"])
_hide_submodules(__name__, hide_folder=["infidelity"], ignore=["renyi2"])
1 change: 1 addition & 0 deletions netket_fidelity/renyi2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from netket.experimental.observable import Renyi2EntanglementEntropy # noqa: F401
4 changes: 0 additions & 4 deletions netket_fidelity/renyi2/__init__.py

This file was deleted.

58 changes: 0 additions & 58 deletions netket_fidelity/renyi2/exact.py

This file was deleted.

76 changes: 0 additions & 76 deletions netket_fidelity/renyi2/expect.py

This file was deleted.

73 changes: 0 additions & 73 deletions netket_fidelity/renyi2/operator.py

This file was deleted.

0 comments on commit 0a19a8b

Please sign in to comment.