Skip to content

Commit

Permalink
Remove deprecated stochastic swap transpiler pass (#13791)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
mtreinish and jakelishman authored Feb 25, 2025
1 parent 29aa2bd commit 682e2d3
Show file tree
Hide file tree
Showing 19 changed files with 67 additions and 2,972 deletions.
68 changes: 0 additions & 68 deletions crates/accelerate/src/edge_collections.rs

This file was deleted.

2 changes: 0 additions & 2 deletions crates/accelerate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub mod commutation_checker;
pub mod consolidate_blocks;
pub mod convert_2q_block_matrix;
pub mod dense_layout;
pub mod edge_collections;
pub mod elide_permutations;
pub mod equivalence;
pub mod error_map;
Expand All @@ -48,7 +47,6 @@ pub mod sparse_observable;
pub mod sparse_pauli_op;
pub mod split_2q_unitaries;
pub mod star_prerouting;
pub mod stochastic_swap;
pub mod synthesis;
pub mod target_transpiler;
pub mod twirling;
Expand Down
Loading

0 comments on commit 682e2d3

Please sign in to comment.