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

Function apply_h

python/tests/kernel/test_kernel_shadowing.py:43–44  ·  view source on GitHub ↗
(q: cudaq.qubit)

Source from the content-addressed store, hash-verified

41
42 @cudaq.kernel
43 def apply_h(q: cudaq.qubit):
44 h(q)
45
46 @cudaq.kernel
47 def test(cond: bool) -> bool:

Callers 2

callerMethod · 0.85
testFunction · 0.85

Calls 1

hFunction · 0.50

Tested by

no test coverage detected