Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ nested_kernel
Function
nested_kernel
python/tests/kernel/test_kernel_features.py:2705–2706 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2703
2704
@cudaq.kernel
2705
def
nested_kernel() -> M:
2706
return
M(6, 9)
2707
2708
@cudaq.kernel
2709
def
test_attribute_on_kernel_call() -> int:
Callers
1
test_attribute_on_kernel_call
Function · 0.85
Calls
1
M
Class · 0.85
Tested by
no test coverage detected