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

Fix creation of registers in synthesis methods (backport #13086) #13123

Merged
merged 2 commits into from
Sep 11, 2024

Commits on Sep 10, 2024

  1. Fix creation of registers in synthesis methods (#13086)

    * add qregs to output circuits
    
    * never develop while not on up-to-date main
    
    * one shan't commit faster than ones IDE can run black
    
    * avoid compose
    
    (cherry picked from commit 1962704)
    
    # Conflicts:
    #	qiskit/synthesis/linear_phase/cz_depth_lnn.py
    #	qiskit/synthesis/permutation/permutation_reverse_lnn.py
    Cryoris authored and mergify[bot] committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    160868e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Fix merge conflicts

    some methods are not available in Rust on 1.2, so there's no add_regs flag to add
    Cryoris committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    22723f8 View commit details
    Browse the repository at this point in the history