Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
caller
Method · 0.85
test
Function · 0.85
Calls
1
h
Function · 0.50
Tested by
no test coverage detected