Skip to content

Commit e494205

Browse files
authored
Switched to FakeQuitoV2 in the test (#368)
qiskit-ibm-runtime has removed FakeQuito since v0.31.0.
1 parent 6b54df2 commit e494205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dynamics/pulse/test_pulse_to_signals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from qiskit.pulse.transforms.canonicalization import block_to_schedule
2424
from qiskit import QiskitError
2525

26-
from qiskit_ibm_runtime.fake_provider import FakeQuito
26+
from qiskit_ibm_runtime.fake_provider import FakeQuitoV2
2727

2828
try:
2929
from jax import jit
@@ -345,7 +345,7 @@ def test_barrier_instructions(self):
345345
"""Test correct parsing of schedule with barrier instructions."""
346346

347347
# this example needs any backend with at least 2 qubits
348-
backend = FakeQuito()
348+
backend = FakeQuitoV2()
349349

350350
with pulse.build(backend) as sched_block:
351351
pulse.play(pulse.Constant(duration=3, amp=0.5), pulse.DriveChannel(0))

0 commit comments

Comments
 (0)