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

Class Foo

python/tests/kernel/test_run_async_kernel.py:982–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980
981 @dataclass(slots=True)
982 class Foo:
983 x: bool
984 y: float
985 z: int
986
987 @cudaq.kernel
988 def kernelB(arg: Foo) -> Foo:

Callers 1

test_modify_structFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_modify_structFunction · 0.56