Skip to content

Commit

Permalink
remove BitArray class
Browse files Browse the repository at this point in the history
This is isolated from the result of the BaseSampler classes so should be done in a separate PR.
  • Loading branch information
chriseclectic committed Jan 10, 2024
1 parent b323d76 commit bb5b9e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 590 deletions.
1 change: 0 additions & 1 deletion qiskit/primitives/containers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"""

from .bindings_array import BindingsArray
from .bit_array import BitArray
from .data_bin import make_data_bin
from .observables_array import ObservablesArray
from .primitive_result import PrimitiveResult
Expand Down
345 changes: 0 additions & 345 deletions qiskit/primitives/containers/bit_array.py

This file was deleted.

Loading

0 comments on commit bb5b9e1

Please sign in to comment.