This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 3 files changed +5
-43
lines changed
test/unit/transpiler/passes/scheduling
3 files changed +5
-43
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 35
35
DynamicCircuitInstructionDurations ,
36
36
)
37
37
38
- from .control_flow_test_case import ControlFlowTestCase
38
+ from ..... ibm_test_case import IBMTestCase
39
39
40
40
# pylint: disable=invalid-name,not-context-manager
41
41
42
42
43
43
@ddt
44
- class TestPadDynamicalDecoupling (ControlFlowTestCase ):
44
+ class TestPadDynamicalDecoupling (IBMTestCase ):
45
45
"""Tests PadDynamicalDecoupling pass."""
46
46
47
47
def setUp (self ):
Original file line number Diff line number Diff line change 30
30
DynamicCircuitInstructionDurations ,
31
31
)
32
32
33
- from .control_flow_test_case import ControlFlowTestCase
33
+ from ..... ibm_test_case import IBMTestCase
34
34
35
35
# pylint: disable=invalid-name,not-context-manager
36
36
37
37
38
- class TestASAPSchedulingAndPaddingPass (ControlFlowTestCase ):
38
+ class TestASAPSchedulingAndPaddingPass (IBMTestCase ):
39
39
"""Tests the ASAP Scheduling passes"""
40
40
41
41
def test_if_test_gate_after_measure (self ):
@@ -884,7 +884,7 @@ def test_c_if_plugin_conversion_with_transpile(self):
884
884
self .assertEqual (expected , scheduled )
885
885
886
886
887
- class TestALAPSchedulingAndPaddingPass (ControlFlowTestCase ):
887
+ class TestALAPSchedulingAndPaddingPass (IBMTestCase ):
888
888
"""Tests the ALAP Scheduling passes"""
889
889
890
890
def test_alap (self ):
You can’t perform that action at this time.
0 commit comments