MCPcopy 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

Calls

no outgoing calls

Tested by 1