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

Method __createQuakeValue

python/cudaq/kernel/kernel_builder.py:597–598  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

595 return
596
597 def __createQuakeValue(self, value):
598 return QuakeValue(value, self)
599
600 def __cloneOrGetFunction(self, astName, currentModule, target):
601 """

Callers 4

__init__Method · 0.95
qallocMethod · 0.95
__measureMethod · 0.95
for_loopMethod · 0.95

Calls 1

QuakeValueClass · 0.90

Tested by

no test coverage detected