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

Avoid Python op creation in BasisTranslator #12705

Merged
merged 2 commits into from
Jul 10, 2024

Commits on Jul 3, 2024

  1. Avoid Python op creation in BasisTranslator

    This commit updates the BasisTranslator transpiler pass. It builds off
    of Qiskit#12692 and Qiskit#12701 to adjust access patterns in the python transpiler
    path to avoid eagerly creating a Python space operation object. The goal
    of this PR is to mitigate the performance regression introduced by the
    extra conversion cost of Qiskit#12459 on the BasisTranslator.
    mtreinish committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3ce5947 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    3ce6fc0 View commit details
    Browse the repository at this point in the history