Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ another
Method
another
python/tests/interop/quantum_lib/quantum_lib.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
__qpu__ void cudaq::another(cudaq::qview<> qubits, std::size_t i) {
29
x(qubits[i]);
30
}
31
32
__qpu__ void cudaq::uccsd(cudaq::qview<> qubits, std::size_t) { h(qubits[0]); }
33
Callers
2
callQftAndAnother
Function · 0.80
cppCaller
Function · 0.80
Calls
1
x
Function · 0.50
Tested by
no test coverage detected