-
Notifications
You must be signed in to change notification settings - Fork 208
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
Python kernel builder uses empty strings for measurement names #2538
Labels
Comments
schweitzpgi
added
bug
Something isn't working
python bridge
Involves the python bridge to quake
labels
Jan 24, 2025
schweitzpgi
added a commit
to schweitzpgi/cuda-quantum
that referenced
this issue
Feb 5, 2025
python problems in the tests. Eliminate the expansion of python enumerate(). Remove use of empty labels for all measurements. This eliminates a loop, a data structure, and the invalid mixing of quantum and classical data values in classical memory. Fix bugs in AST bridge. Fix NVIDIA#2538 - measurement register name cannot be empty. Signed-off-by: Eric Schweitz <[email protected]>
schweitzpgi
added a commit
to schweitzpgi/cuda-quantum
that referenced
this issue
Feb 5, 2025
python problems in the tests. Eliminate the expansion of python enumerate(). Remove use of empty labels for all measurements. This eliminates a loop, a data structure, and the invalid mixing of quantum and classical data values in classical memory. Fix bugs in AST bridge. Fix NVIDIA#2538 - measurement register name cannot be empty. Signed-off-by: Eric Schweitz <[email protected]>
schweitzpgi
added a commit
to schweitzpgi/cuda-quantum
that referenced
this issue
Feb 5, 2025
python problems in the tests. Eliminate the expansion of python enumerate(). Remove use of empty labels for all measurements. This eliminates a loop, a data structure, and the invalid mixing of quantum and classical data values in classical memory. Fix bugs in AST bridge. Fix NVIDIA#2538 - measurement register name cannot be empty. Signed-off-by: Eric Schweitz <[email protected]>
schweitzpgi
added a commit
to schweitzpgi/cuda-quantum
that referenced
this issue
Feb 6, 2025
python problems in the tests. Eliminate the expansion of python enumerate(). Remove use of empty labels for all measurements. This eliminates a loop, a data structure, and the invalid mixing of quantum and classical data values in classical memory. Fix bugs in AST bridge. Fix NVIDIA#2538 - measurement register name cannot be empty. Signed-off-by: Eric Schweitz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following operation is invalid.
because the name is empty. The python kernel builder needs to be updated to avoid generating these.
The text was updated successfully, but these errors were encountered: