MCPcopy 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

callQftAndAnotherFunction · 0.80
cppCallerFunction · 0.80

Calls 2

hFunction · 0.50
ryFunction · 0.50

Tested by

no test coverage detected