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

Class MyClass

python/tests/kernel/test_run_kernel.py:783–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781
782 @dataclass(slots=True)
783 class MyClass:
784 x: int
785 y: bool
786
787 @cudaq.kernel
788 def simple_dataclass_int_bool_no_args() -> MyClass:

Calls

no outgoing calls