Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove leftover algorithm/opflow utils #11324

Merged
merged 4 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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