MCPcopy 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

callerMethod · 0.70
testFunction · 0.70

Calls 1

xFunction · 0.50

Tested by

no test coverage detected