Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
qalloc
Method · 0.95
__measure
Method · 0.95
for_loop
Method · 0.95
Calls
1
QuakeValue
Class · 0.90
Tested by
no test coverage detected