Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ CustomIntAndListFloat
Class
CustomIntAndListFloat
python/tests/kernel/test_kernel_features.py:2270–2272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2268
2269
@dataclass(slots=True)
2270
class
CustomIntAndListFloat:
2271
integer: int
2272
array: list[float]
2273
2274
@cudaq.kernel
2275
def
test(input: CustomIntAndListFloat):
Callers
1
test_custom_classical_kernel_type
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_custom_classical_kernel_type
Function · 0.68