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