Skip to content

Commit

Permalink
remove deprecate feature map
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmoutinho committed Feb 12, 2024
1 parent 942b3a5 commit 75875fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion qadence_libs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@

__all__ = []
for submodule in list_of_submodules:
__all_submodule__ = getattr(import_module(submodule, package="qadence"), "__all__")
__all_submodule__ = getattr(import_module(submodule, package="qadence_libs"), "__all__")
__all__ += __all_submodule__
3 changes: 0 additions & 3 deletions qadence_libs/constructors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

from .feature_maps import (
feature_map,
chebyshev_feature_map,
fourier_feature_map,
tower_feature_map,
exp_fourier_feature_map,
)

Expand Down

0 comments on commit 75875fb

Please sign in to comment.