MCPcopy Create free account
hub / github.com/NVIDIA/cuda-quantum / non_kernel

Function non_kernel

python/tests/kernel/test_kernel_float.py:258–259  ·  view source on GitHub ↗
(c: list[float], i: int)

Source from the content-addressed store, hash-verified

256 return c[i]
257
258 def non_kernel(c: list[float], i: int) -> float:
259 return c[i]
260
261 def check(c: any):
262 for i in range(len(c)):

Callers 1

checkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected