qiskit/test/python/converters
Eli Arbel 5184ca43dd
Remove calibrations APIs and related functionality (#13861)
* 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

* 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 reno and some misc fixes

* Add recent changes from remove-pulse-qpy branch

* Raise QpyError when loading ScheduleBlock payloads

* Clean up TODOs

* Unify transpiler renos w.r.t pulse removal

* Remove inst_map from transpile() docstring

* Small cleanup and reno update

* Fix lint

* Applying comments from Elena's review

---------

Co-authored-by: Raynel Sanchez <87539502+raynelfss@users.noreply.github.com>
2025-03-02 16:40:07 +00:00
..
__init__.py Remove coding: utf-8 per PEP 3120 (#4914) 2020-08-12 08:29:16 -04:00
test_circuit_to_dag.py Remove calibrations APIs and related functionality (#13861) 2025-03-02 16:40:07 +00:00
test_circuit_to_dagdependency.py Remove calibrations APIs and related functionality (#13861) 2025-03-02 16:40:07 +00:00
test_circuit_to_dagdependency_v2.py Remove calibrations APIs and related functionality (#13861) 2025-03-02 16:40:07 +00:00
test_circuit_to_gate.py Reject vars in `QuantumCircuit.to_instruction` and `to_gate` (#12207) 2024-05-01 15:41:29 +00:00
test_circuit_to_instruction.py Circuits with control flow now raise a proper error when `circuit_to_instruction` is called (#13921) 2025-02-27 20:36:44 +00:00
test_dag_to_dagdependency.py Remove condition/c_if, duration, and unit from instructions (#13506) 2025-02-24 15:33:45 +00:00
test_dag_to_dagdependency_v2.py Remove condition/c_if, duration, and unit from instructions (#13506) 2025-02-24 15:33:45 +00:00