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

Class hybrid

python/tests/kernel/test_kernel_features.py:2396–2398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2394 # Ensure we don't allow hybrid type s
2395 @dataclass(slots=True)
2396 class hybrid:
2397 q: cudaq.qview
2398 i: int
2399
2400 with pytest.raises(RuntimeError) as e:
2401

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by 1

testFunction · 0.68