-
Notifications
You must be signed in to change notification settings - Fork 184
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
Conversation
* 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
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Thanks, Ben.
This fixes some of the same tests, I touched in my working branch.
Let me try your changes with my stricter type checking on my end.
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks Ben!
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Resolves #928