Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ apply_z
Function
apply_z
python/tests/kernel/test_kernel_shadowing.py:107–108 ·
view source on GitHub ↗
(q: cudaq.qubit)
Source
from the content-addressed store, hash-verified
105
106
@cudaq.kernel
107
def
apply_z(q: cudaq.qubit):
108
z(q)
109
110
@cudaq.kernel
111
def
test(choice: int) -> bool:
Callers
1
test
Function · 0.85
Calls
1
z
Function · 0.50
Tested by
no test coverage detected