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

Function k

python/tests/kernel/test_qec_ops.py:55–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54 @cudaq.kernel
55 def k():
56 cudaq.detector()
57
58 with pytest.raises(RuntimeError) as e:
59 k.compile()

Callers

nothing calls this directly

Calls 5

qvectorMethod · 0.80
mzFunction · 0.50
detectorMethod · 0.45
logical_observableMethod · 0.45
detectorsMethod · 0.45

Tested by

no test coverage detected