MCPcopy Create free account
hub / github.com/NVIDIA/cuda-quantum / update_tuple3

Function update_tuple3

python/tests/kernel/test_assignments.py:402–404  ·  view source on GitHub ↗
(arg: MyTuple)

Source from the content-addressed store, hash-verified

400
401 @cudaq.kernel
402 def update_tuple3(arg: MyTuple):
403 t = arg
404 t.angle = 5.
405
406 @cudaq.kernel
407 def test5() -> MyTuple:

Callers 1

test5Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected