qiskit/test/python/transpiler
Matthew Treinish bd30693331
Remove deprecated legacy scheduling passes (#13876)
This commit removes the deprecated legacy scheduling passes. These
passes were replaced by the new scheduling passes a long time ago and
finally marked as deprecated in 1.1.0. This commit follows through on
the promise of that deprecation and removes the passes marked as
deprecated.
2025-02-19 10:43:52 +00:00
..
__init__.py Remove coding: utf-8 per PEP 3120 (#4914) 2020-08-12 08:29:16 -04:00
_dummy_passes.py [DAGCircuit Oxidation] Port `DAGCircuit` to Rust (#12550) 2024-08-23 16:40:59 +00:00
test_1q.py Deprecate fake backends based on BackendV1 (#12660) 2024-07-29 10:09:40 +00:00
test_adjacent_barriers.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_apply_layout.py Support standalone `Var` throughout transpiler (#12322) 2024-05-02 14:13:34 +00:00
test_barrier_before_final_measurements.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_basic_swap.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_basis_translator.py Discard cache for standard gates in `assign_parameters` (#13557) 2024-12-12 08:22:05 +00:00
test_check_gate_direction.py Oxidize CheckGateDirection (#13042) 2024-09-08 12:10:30 +00:00
test_check_map.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_clifford_passes.py Add option ``max_block_width`` to ``CollectLinearFunctions`` and ``CollectClifford`` passes (#13661) 2025-01-28 06:59:21 +00:00
test_collect_2q_blocks.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_collect_multiq_blocks.py Add option ``collect_from_back`` to ``CollectMultiQBlocks`` (#13612) 2025-01-08 11:44:06 +00:00
test_commutation_analysis.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_commutative_cancellation.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_commutative_inverse_cancellation.py Fix ``CommutationChecker`` for 2q Pauli rotations (#13762) 2025-02-06 16:07:25 +00:00
test_consolidate_blocks.py Fix basis_count checking in ConsolidateBlocks (#13463) 2024-11-20 15:39:17 +00:00
test_containsinstruction.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_convert_conditions_to_if_ops.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_count_ops_longest_path_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_count_ops_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_coupling.py Add generic V1 Fake Backends, replace use in tests (#10952) 2024-02-01 05:59:55 +00:00
test_csp_layout.py Add generic V1 Fake Backends, replace use in tests (#10952) 2024-02-01 05:59:55 +00:00
test_dag_fixed_point_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_dag_longest_path_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_decompose.py Fix `.decompose` on control flow (#13545) 2024-12-10 14:46:40 +00:00
test_dense_layout.py Add generic V1 Fake Backends, replace use in tests (#10952) 2024-02-01 05:59:55 +00:00
test_depth_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_dynamical_decoupling.py Deprecate Pulse package and dependencies (#13164) 2024-10-23 07:38:36 +00:00
test_elide_permutations.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_enlarge_with_ancilla_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_error.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_filter_op_nodes.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_fixed_point_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_full_ancilla_allocation.py Spellcheck Done [Unitary Hack 2024] (#12501) 2024-06-19 15:50:03 +00:00
test_gate_direction.py Oxidize GateDirection pass (#13069) 2024-11-04 16:35:59 +00:00
test_gates_in_basis_pass.py Deprecate BackendV1 and `qiskit.providers.models` (#12629) 2024-07-31 10:53:40 +00:00
test_generic_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_high_level_synthesis.py Only apply MCMT plugin on ``MCMTGate`` (#13596) 2025-01-07 11:14:13 +00:00
test_hoare_opt.py Bug fix in `HoareOptimizer` (#13083) 2024-09-04 15:32:52 +00:00
test_instruction_durations.py Remove pulse from GenericBackendV2 (#13829) 2025-02-13 16:08:52 +00:00
test_inverse_cancellation.py Remove `CXCancellation` (deprecated in 1.1) (#13426) 2024-12-05 10:12:16 +00:00
test_kak_over_optimization.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_layout.py Fix pickling of `NLayout` (#12298) 2024-04-25 21:45:10 +00:00
test_layout_score.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_layout_transformation.py https://github.com/Qiskit/rustworkx/pull/897 is merged (#11766) 2024-02-12 09:19:05 +00:00
test_linear_functions_passes.py Add option ``max_block_width`` to ``CollectLinearFunctions`` and ``CollectClifford`` passes (#13661) 2025-01-28 06:59:21 +00:00
test_lookahead_swap.py Add generic V1 Fake Backends, replace use in tests (#10952) 2024-02-01 05:59:55 +00:00
test_mappers.py Deprecates `StochasticSwap` and suggests the use of `SabreSwap` (#12983) 2024-08-20 12:28:54 +00:00
test_minimum_point.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_naming_transpiled_circuits.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_normalize_rx_angle.py Update remaining unit tests to use `FakeGeneric` (#10918) 2024-01-31 19:42:44 +00:00
test_optimize_1q_commutation.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_optimize_1q_decomposition.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_optimize_1q_gates.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_optimize_annotated.py Conjugate reduction in optimize annotated pass (#11811) 2024-05-02 17:34:15 +00:00
test_optimize_swap_before_measure.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_parameterizedgate_translator.py Update remaining unit tests to use `FakeGeneric` (#10918) 2024-01-31 19:42:44 +00:00
test_pass_call.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_pass_scheduler.py Remove consider-using-f-string lint rule and updates (#12423) 2024-06-19 07:05:56 +00:00
test_passmanager.py Remove pulse-related passes (#13798) 2025-02-07 14:15:57 +00:00
test_passmanager_config.py Remove use of `BackendProperties` (BackendV1) in transpiler pipeline (#13722) 2025-02-18 17:51:48 +00:00
test_passmanager_run.py Deprecate BackendV1 and `qiskit.providers.models` (#12629) 2024-07-31 10:53:40 +00:00
test_preset_passmanagers.py Bump `rand` to 0.9 and associated crates (#13806) 2025-02-14 14:52:24 +00:00
test_property_set.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_remove_barriers.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_remove_diagonal_gates_before_measure.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_remove_final_measurements.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_remove_final_reset.py Add RemoveFinalReset pass (#11266) 2024-03-19 20:53:13 +00:00
test_remove_identity_equivalent.py Correctly updating global phase when removing gates that are identity up to a global phase (#13785) 2025-02-11 08:12:15 +00:00
test_remove_reset_in_zero_state.py Add RemoveFinalReset pass (#11266) 2024-03-19 20:53:13 +00:00
test_reset_after_measure_simplification.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_resource_estimation_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_sabre_layout.py Bump `rand` to 0.9 and associated crates (#13806) 2025-02-14 14:52:24 +00:00
test_sabre_pre_layout.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_sabre_swap.py Bump `rand` to 0.9 and associated crates (#13806) 2025-02-14 14:52:24 +00:00
test_scheduling_padding_pass.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_setlayout.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_size_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_solovay_kitaev.py Ignoring unsupported gates for Solovay-Kitaev transpiler pass (#13690) 2025-02-18 16:12:58 +00:00
test_split_2q_unitaries.py Update Split2QUnitaries to handle SWAP unitary gates (#13531) 2025-02-14 09:54:17 +00:00
test_stage_plugin.py Deprecates `StochasticSwap` and suggests the use of `SabreSwap` (#12983) 2024-08-20 12:28:54 +00:00
test_staged_passmanager.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_star_prerouting.py Port `star_preroute` to rust (#12761) 2024-07-29 15:14:25 +00:00
test_stochastic_swap.py Remove pulse from GenericBackendV2 (#13829) 2025-02-13 16:08:52 +00:00
test_swap_strategy.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_swap_strategy_router.py Bump `rand` to 0.9 and associated crates (#13806) 2025-02-14 14:52:24 +00:00
test_target.py Remove use of `BackendProperties` (BackendV1) in transpiler pipeline (#13722) 2025-02-18 17:51:48 +00:00
test_template_matching.py Spellcheck Done [Unitary Hack 2024] (#12501) 2024-06-19 15:50:03 +00:00
test_tensor_factor_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_token_swapper.py Spellcheck Done [Unitary Hack 2024] (#12501) 2024-06-19 15:50:03 +00:00
test_transpile_layout.py Bump `rand` to 0.9 and associated crates (#13806) 2025-02-14 14:52:24 +00:00
test_trivial_layout.py Add generic V1 Fake Backends, replace use in tests (#10952) 2024-02-01 05:59:55 +00:00
test_unitary_synthesis.py Oxidize `UnitarySynthesis` path using `basis_gates` (#13704) 2025-02-17 17:24:33 +00:00
test_unitary_synthesis_plugin.py Oxidize `UnitarySynthesis` path using `basis_gates` (#13704) 2025-02-17 17:24:33 +00:00
test_unroll_3q_or_more.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_unroll_custom_definitions.py Support standalone `Var` throughout transpiler (#12322) 2024-05-02 14:13:34 +00:00
test_unroll_forloops.py Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
test_vf2_layout.py Remove use of `BackendProperties` (BackendV1) in transpiler pipeline (#13722) 2025-02-18 17:51:48 +00:00
test_vf2_post_layout.py Remove use of `BackendProperties` (BackendV1) in transpiler pipeline (#13722) 2025-02-18 17:51:48 +00:00
test_width_pass.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00