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

Class Bar

python/tests/kernel/test_run_async_kernel.py:1025–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023
1024 @dataclass(slots=True)
1025 class Bar:
1026 x: bool
1027 y: bool
1028 z: float
1029
1030 @cudaq.kernel
1031 def kerneD(n: int) -> Bar:

Callers 2

kerneDFunction · 0.70

Calls

no outgoing calls

Tested by 2

kerneDFunction · 0.56