Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ apply_x
Function
apply_x
python/tests/kernel/test_kernel_shadowing.py:39–40 ·
view source on GitHub ↗
(q: cudaq.qubit)
Source
from the content-addressed store, hash-verified
37
38
@cudaq.kernel
39
def
apply_x(q: cudaq.qubit):
40
x(q)
41
42
@cudaq.kernel
43
def
apply_h(q: cudaq.qubit):
Callers
2
caller
Method · 0.70
test
Function · 0.70
Calls
1
x
Function · 0.50
Tested by
no test coverage detected