Skip to content

Commit

Permalink
Apply suggestions from Eli's code review
Browse files Browse the repository at this point in the history
Co-authored-by: Eli Arbel <[email protected]>
  • Loading branch information
ElePT and eliarbel committed Feb 4, 2025
1 parent 78223e0 commit 9d39869
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releasenotes/notes/remove-assemble-2d5d9cea4ca504f5.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
upgrade_misc:
- |
The ``assemble`` function and related capabilites (contained in the ``assembler`` module)
The ``assemble`` function and related capabilities (contained in the ``assembler`` module)
have been removed from the codebase following their deprecation in Qiskit 1.2.
``assemble`` was used to generate ``Qobj`` in the context of the
deprecated :class:`.BackendV1` workflow. The conversion is no longer necessary as the
deprecated ``BackendV1`` workflow. The conversion is no longer necessary as the
transpilation and primitives pipeline handles quantum circuits directly, rendering the
``Qobj`` obsolete.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
upgrade_providers:
- |
The ``configuration`` method of :class:`.BasicSimulator` has been removed following its deprecation
in Qiskit 1.3.0. This method returned a ``BackendConfiguration`` instance, and this class was
part of the deprecated ``BackendV1`` workflow. The individual configuration elements
can be retrieved directly from the backend or from the contained :class:`.Target` instance ``(backend.target)``.

0 comments on commit 9d39869

Please sign in to comment.