mirror of https://github.com/Qiskit/qiskit.git
![]() * 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> |
||
---|---|---|
.. | ||
__init__.py | ||
test_circuit_to_dag.py | ||
test_circuit_to_dagdependency.py | ||
test_circuit_to_dagdependency_v2.py | ||
test_circuit_to_gate.py | ||
test_circuit_to_instruction.py | ||
test_dag_to_dagdependency.py | ||
test_dag_to_dagdependency_v2.py |