You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
FixNVIDIA#2538 - measurement register name cannot be empty.
Signed-off-by: Eric Schweitz <[email protected]>
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.
FixNVIDIA#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.
FixNVIDIA#2538 - measurement register name cannot be empty.
Signed-off-by: Eric Schweitz <[email protected]>
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: