Skip to content

Commit

Permalink
Remove leftover algorithm/opflow utils (#11324)
Browse files Browse the repository at this point in the history
* Remove utils

* Update reno

* Fix test, reno

* Update reno
  • Loading branch information
ElePT committed Nov 28, 2023
1 parent e91947e commit 7f809a9
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 440 deletions.
16 changes: 0 additions & 16 deletions qiskit/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@
.. autofunction:: detach_prefix
.. autofunction:: wrap_method
Algorithm Utilities
===================
.. autofunction:: summarize_circuits
.. autofunction:: get_entangler_map
.. autofunction:: validate_entangler_map
.. autofunction:: name_args
Optional Dependency Checkers (:mod:`qiskit.utils.optionals`)
============================================================
Expand All @@ -59,18 +51,10 @@

from . import optionals

from .circuit_utils import summarize_circuits
from .entangler_map import get_entangler_map, validate_entangler_map
from .name_unnamed_args import name_args

__all__ = [
"LazyDependencyManager",
"LazyImportTester",
"LazySubprocessTester",
"summarize_circuits",
"get_entangler_map",
"validate_entangler_map",
"name_args",
"add_deprecation_to_docstring",
"deprecate_arg",
"deprecate_arguments",
Expand Down
152 changes: 0 additions & 152 deletions qiskit/utils/arithmetic.py

This file was deleted.

69 changes: 0 additions & 69 deletions qiskit/utils/circuit_utils.py

This file was deleted.

111 changes: 0 additions & 111 deletions qiskit/utils/entangler_map.py

This file was deleted.

Loading

0 comments on commit 7f809a9

Please sign in to comment.