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 15, 2023
1 parent f7f6cb1 commit 5f8208f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 386 deletions.
6 changes: 1 addition & 5 deletions qiskit/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2018, 2021.
# (C) Copyright IBM 2018, 2023.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand Down Expand Up @@ -38,7 +38,6 @@
.. autofunction:: has_ibmq
.. autofunction:: has_aer
.. autofunction:: name_args
.. autodata:: algorithm_globals
.. autosummary::
:toctree: ../stubs/
Expand Down Expand Up @@ -78,8 +77,6 @@
from .entangler_map import get_entangler_map, validate_entangler_map
from .backend_utils import has_ibmq, has_aer
from .name_unnamed_args import name_args
from .algorithm_globals import algorithm_globals


__all__ = [
"LazyDependencyManager",
Expand All @@ -92,7 +89,6 @@
"has_ibmq",
"has_aer",
"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 5f8208f

Please sign in to comment.