qiskit/test/python/utils
Eli Arbel fdd5e96d6f
Remove pulse module files, pulse visualization and final cleanup (#13872)
* Handle ScheduleBlock and pulse gates loading

* Add documentation and remove redundant code

* Limit QPY version when generating circuits for compatibility test

Fix some doc issues

* Remove FakeBackend, FakeQasmBackend, FakePulseBackend, subclasses, any tests that checked V1 functionality, mitigators (independent removal). Update rest of unit tests to use GenericBackendV2

* Remove FakeBackend references from docs (these classes will be removed in 2.0 so no alternative is provided)

* Generate visuals for test (DUMMY COMMIT)

* Another attempt after fixing lint

* Desperate measures until better measures are found

* Handle QPY compatibility testing. Misc other fixes

* Update qiskit/qpy/binary_io/circuits.py

Co-authored-by: Raynel Sanchez <87539502+raynelfss@users.noreply.github.com>

* Remove pulse from GenericBackendV2

This commit removes pulse-related functionality from GenericBackendV2, as
part of Pulse removal in Qiskit 2.0. This includes the ability to initialize
the backend with custom calibrations and query it for channel information.
Also, various clean ups where made to accommodate for the updated API of
GenericBackendV2.

* First pass

* Avoid generating pulse circuits in load_qpy & version >= 2.0

* Remove more stuff

* Add renos

* Fix scheduling tests

* Add reno and some misc fixes

* Remove BackendV1, converters, models, qobj and update tests.

* Fix lint

* Add recent changes from remove-pulse-qpy branch

* Remove pulse module files, visualization & testing

* Add reno

* Raise QpyError when loading ScheduleBlock payloads

* Clean up TODOs

* Remove NormalizeRXAngle and rzx_templates

And misc minor fixes

* Unify transpiler renos w.r.t pulse removal

* Update reno and minor cosmetic changes

* Delete a test file that unintentionally got in

* Update releasenotes/notes/remove-pulse-eb43f66499092489.yaml

---------

Co-authored-by: Elena Peña Tapia <epenatap@gmail.com>
Co-authored-by: Raynel Sanchez <87539502+raynelfss@users.noreply.github.com>
Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
2025-03-06 03:01:30 +00:00
..
__init__.py Migrate measure mitigation from ignis for QuantumInstance (#6867) 2021-10-01 17:06:56 -04:00
test_classtools.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_deprecation.py Uppercase `Qiskit` in deprecation warnings (#13452) 2024-12-04 12:06:00 +00:00
test_lazy_loaders.py Spellcheck Done [Unitary Hack 2024] (#12501) 2024-06-19 15:50:03 +00:00
test_parallel.py Remove pulse module files, pulse visualization and final cleanup (#13872) 2025-03-06 03:01:30 +00:00
test_units.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00