You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello -- I've been looking for open issues to work on and am potentially interested in this one.
It looks as if synth_permutation_basic just decomposes a permutation into transpositions by calling _get_ordered_swap, and then builds a circuit from the list of swaps.
Adding a Rust implementation of _get_ordered_swap to the accelerate crate is pretty straightforward. Looking at the top-level issue #12212, I'm not sure there is much more that can be done with this issue for now since the actual circuit has to be built in Python.
Is that an accurate assessment, and if so is it okay to work on this?
No description provided.
The text was updated successfully, but these errors were encountered: