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

Class MyClass

python/tests/kernel/test_run_async_kernel.py:741–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739
740 @dataclass(slots=True)
741 class MyClass:
742 x: int
743 y: bool
744
745 @cudaq.kernel
746 def simple_dataclass_int_bool_no_args() -> MyClass:

Calls

no outgoing calls