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 performance regression from QuantumError.to_dict #1408

Merged
merged 5 commits into from
Dec 16, 2021

Commits on Dec 15, 2021

  1. Fix performance regression from QuantumError assemble

    Fixes issue with QuantumError.to_dict causing a huge performance regression in noisy simulations from its calling of `qiskit.assemble` inside Pybind11 code.
    chriseclectic committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    595886a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08250c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Fix failing test case

    chriseclectic committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    98f3b27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d121d2 View commit details
    Browse the repository at this point in the history
  3. review

    chriseclectic committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    700fdb9 View commit details
    Browse the repository at this point in the history