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 WireType compliance issues with qubit-mapping pass #932

Merged
merged 4 commits into from
Nov 17, 2023

Commits on Nov 15, 2023

  1. Fix WireType compliance issues with qubit-mapping pass

    * qubit-mapping pass updated to remove sinks prior to processing and add
      them back in at the end of the pass
    * Update tests
    * Update CircuitCheck to fix a memory corruption issue due to invalid
      DenseMap usage
    bmhowe23 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8b5ae7d View commit details
    Browse the repository at this point in the history
  2. Add location to SinkOp

    Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
    bmhowe23 and schweitzpgi authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    329eec6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Address PR comments

    bmhowe23 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c844c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd91145 View commit details
    Browse the repository at this point in the history