Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deduplicate SliceOrInt (backport #11844) #11853

Merged
merged 1 commit into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. Deduplicate SliceOrInt (#11844)

    * Deduplicate SliceOrInt
    
    After doing some post-merge analysis on the impact of #11842 it turns
    out the enum being modified in that PR was duplicated in the rust code
    unnecessarily. The same enum was already defined in the
    euler_one_qubit_decomposer module for it's custom 1 qubit gate sequence
    return type. This commit updates the code so it just use the one
    defined in the circuit data module that has the fix from #11842 applied
    already.
    
    * Move enum to common location
    
    (cherry picked from commit 802ac51)
    mtreinish authored and mergify[bot] committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a803792 View commit details
    Browse the repository at this point in the history