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

Class Bar

python/tests/kernel/test_run_kernel.py:1071–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069
1070 @dataclass(slots=True)
1071 class Bar:
1072 x: bool
1073 y: bool
1074 z: float
1075
1076 @cudaq.kernel
1077 def kerneD(n: int) -> Bar:

Callers 2

kerneDFunction · 0.70

Calls

no outgoing calls

Tested by 2

kerneDFunction · 0.56