Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ non_kernel
Function
non_kernel
python/tests/kernel/test_kernel_complex.py:588–589 ·
view source on GitHub ↗
(c: list[complex], i: int)
Source
from the content-addressed store, hash-verified
586
return
c[i]
587
588
def
non_kernel(c: list[complex], i: int) -> complex:
589
return
c[i]
590
591
def
check(c: any):
592
for
i in range(len(c)):
Callers
1
check
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected