We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b54df2 commit e494205Copy full SHA for e494205
test/dynamics/pulse/test_pulse_to_signals.py
@@ -23,7 +23,7 @@
23
from qiskit.pulse.transforms.canonicalization import block_to_schedule
24
from qiskit import QiskitError
25
26
-from qiskit_ibm_runtime.fake_provider import FakeQuito
+from qiskit_ibm_runtime.fake_provider import FakeQuitoV2
27
28
try:
29
from jax import jit
@@ -345,7 +345,7 @@ def test_barrier_instructions(self):
345
"""Test correct parsing of schedule with barrier instructions."""
346
347
# this example needs any backend with at least 2 qubits
348
- backend = FakeQuito()
+ backend = FakeQuitoV2()
349
350
with pulse.build(backend) as sched_block:
351
pulse.play(pulse.Constant(duration=3, amp=0.5), pulse.DriveChannel(0))
0 commit comments