Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ Foo
Class
Foo
python/tests/kernel/test_run_kernel.py:1029–1032 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1027
1028
@dataclass(slots=True)
1029
class
Foo:
1030
x: bool
1031
y: float
1032
z: int
1033
1034
@cudaq.kernel
1035
def
kernelB(arg: Foo) -> Foo:
Callers
1
test_modify_struct
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_modify_struct
Function · 0.56