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

Function a

python/tests/kernel/test_kernel_shadowing.py:27–29  ·  view source on GitHub ↗
(i: int)

Source from the content-addressed store, hash-verified

25
26 @cudaq.kernel
27 def a(i: int):
28 if i == 0:
29 b()
30
31 a(0)
32 a(1)

Callers 9

aMethod · 0.85
test_recursiveMethod · 0.85
bMethod · 0.85
operator()Method · 0.85
compute_actionFunction · 0.85
compute_dag_actionFunction · 0.85

Calls 1

bFunction · 0.85

Tested by

no test coverage detected