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

Class M

python/tests/kernel/test_kernel_features.py:2695–2697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2693
2694 @dataclass(slots=True)
2695 class M:
2696 i: int
2697 j: int
2698
2699 @cudaq.kernel
2700 def test_attribute_on_call() -> int:

Calls

no outgoing calls