Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ qft
Method
qft
python/tests/interop/quantum_lib/quantum_lib.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
__qpu__ void cudaq::qft(cudaq::qview<> qubits) {
18
// not really qft, just for testing
19
h(qubits);
20
}
21
22
__qpu__ void cudaq::qft(cudaq::qview<> qubits, const std::vector<double> &x,
23
std::size_t k) {
Callers
2
callQftAndAnother
Function · 0.80
cppCaller
Function · 0.80
Calls
2
h
Function · 0.50
ry
Function · 0.50
Tested by
no test coverage detected