Skip to content

Commit

Permalink
https://github.com/Qiskit/qiskit/pull/12660#discussion_r1694781920
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Jul 29, 2024
1 parent c9b0680 commit 0c2b648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/python/transpiler/test_calibrationbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ def build_reverse(
def test_rzx_calibration_cr_pulse_stretch(self, theta: float):
"""Test that cross resonance pulse durations are computed correctly."""
with self.assertWarns(DeprecationWarning):
# TODO this tests does not work with BackendV2
# https://github.com/Qiskit/qiskit/issues/12834
backend = Fake27QPulseV1()
inst_map = backend.defaults().instruction_schedule_map
cr_schedule = inst_map.get("cx", (0, 1))
Expand Down

0 comments on commit 0c2b648

Please sign in to comment.