Skip to content

Commit

Permalink
Remove assemble and assembler module (#13748)
Browse files Browse the repository at this point in the history
* Remove assembler module and assemble function (deprecated)

* Make lint happy

* Add reno and missing files

* Apply suggestions from Eli's code review

Co-authored-by: Eli Arbel <[email protected]>

---------

Co-authored-by: Eli Arbel <[email protected]>
  • Loading branch information
ElePT and eliarbel authored Feb 5, 2025
1 parent 8095ace commit 69bb439
Show file tree
Hide file tree
Showing 27 changed files with 35 additions and 4,923 deletions.
6 changes: 0 additions & 6 deletions docs/apidoc/assembler.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/apidoc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ Other:
.. toctree::
:maxdepth: 1

assembler
compiler
exceptions
qobj
Expand Down
3 changes: 1 addition & 2 deletions qiskit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

_config = _user_config.get_config()

from qiskit.compiler import transpile, assemble, schedule, sequence
from qiskit.compiler import transpile, schedule, sequence
from qiskit.transpiler.preset_passmanagers import generate_preset_pass_manager
from .version import __version__

Expand All @@ -138,7 +138,6 @@
"QiskitError",
"QuantumCircuit",
"QuantumRegister",
"assemble",
"schedule",
"sequence",
"transpile",
Expand Down
42 changes: 0 additions & 42 deletions qiskit/assembler/__init__.py

This file was deleted.

Loading

0 comments on commit 69bb439

Please sign in to comment.