Skip to content

Commit

Permalink
Remove alg_globals and validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Nov 24, 2023
1 parent 20839da commit a02f510
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 385 deletions.
4 changes: 0 additions & 4 deletions qiskit/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
.. autofunction:: get_entangler_map
.. autofunction:: validate_entangler_map
.. autofunction:: name_args
.. autodata:: algorithm_globals
Optional Dependency Checkers (:mod:`qiskit.utils.optionals`)
Expand All @@ -63,8 +62,6 @@
from .circuit_utils import summarize_circuits
from .entangler_map import get_entangler_map, validate_entangler_map
from .name_unnamed_args import name_args
from .algorithm_globals import algorithm_globals


__all__ = [
"LazyDependencyManager",
Expand All @@ -74,7 +71,6 @@
"get_entangler_map",
"validate_entangler_map",
"name_args",
"algorithm_globals",
"add_deprecation_to_docstring",
"deprecate_arg",
"deprecate_arguments",
Expand Down
170 changes: 0 additions & 170 deletions qiskit/utils/algorithm_globals.py

This file was deleted.

Loading

0 comments on commit a02f510

Please sign in to comment.