Skip to content

Commit

Permalink
Switched to FakeQuitoV2 in the test (#368)
Browse files Browse the repository at this point in the history
qiskit-ibm-runtime has removed FakeQuito since v0.31.0.
  • Loading branch information
IvanaGyro authored Jan 23, 2025
1 parent 6b54df2 commit e494205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dynamics/pulse/test_pulse_to_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from qiskit.pulse.transforms.canonicalization import block_to_schedule
from qiskit import QiskitError

from qiskit_ibm_runtime.fake_provider import FakeQuito
from qiskit_ibm_runtime.fake_provider import FakeQuitoV2

try:
from jax import jit
Expand Down Expand Up @@ -345,7 +345,7 @@ def test_barrier_instructions(self):
"""Test correct parsing of schedule with barrier instructions."""

# this example needs any backend with at least 2 qubits
backend = FakeQuito()
backend = FakeQuitoV2()

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

0 comments on commit e494205

Please sign in to comment.