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

Allow TopologicalSorter without error checking #1160

Merged
merged 3 commits into from
Apr 10, 2024

Commits on Apr 5, 2024

  1. Optimise data transfer in TopologicalSorter

    This optimises the creation of the `list` objects returned from
    `TopologicalSorter.get_ready` (by avoiding a temporary `Vec`) and allows
    `done` to accept a single index, avoiding the need for the user to
    allocate many small lists in several real-world uses.
    jakelishman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5d53c59 View commit details
    Browse the repository at this point in the history
  2. Allow TopologicalSorter without error checking

    For representative examples in Qiskit, this reduces the runtime of
    interacting with the topological sorter by around 15-20%.
    jakelishman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    becd5bc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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