Skip to content

Commit 682e2d3

Browse files
Remove deprecated stochastic swap transpiler pass (#13791)
* Remove deprecated stochastic swap transpiler pass This commit removes the stochastic swap transpiler pass and its associated routing stage plugin. This pass has been superseded by sabre at this point and it was deprecated in the Qiskit 1.3.0 release. Part of #13699 * Update releasenotes/notes/remove-stochastic-swap-88e2d6be4c0d5713.yaml Co-authored-by: Jake Lishman <[email protected]> * Remove stochastic swap from benchmarks * Remove stochastic swap plugin details from transpiler docs * Update tests * Fix release note formatting * Remove unused import --------- Co-authored-by: Jake Lishman <[email protected]>
1 parent 29aa2bd commit 682e2d3

19 files changed

+67
-2972
lines changed

crates/accelerate/src/edge_collections.rs

-68
This file was deleted.

crates/accelerate/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ pub mod commutation_checker;
2525
pub mod consolidate_blocks;
2626
pub mod convert_2q_block_matrix;
2727
pub mod dense_layout;
28-
pub mod edge_collections;
2928
pub mod elide_permutations;
3029
pub mod equivalence;
3130
pub mod error_map;
@@ -48,7 +47,6 @@ pub mod sparse_observable;
4847
pub mod sparse_pauli_op;
4948
pub mod split_2q_unitaries;
5049
pub mod star_prerouting;
51-
pub mod stochastic_swap;
5250
pub mod synthesis;
5351
pub mod target_transpiler;
5452
pub mod twirling;

0 commit comments

Comments
 (0)