MCPcopy 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

callQftAndAnotherFunction · 0.80
cppCallerFunction · 0.80

Calls 1

xFunction · 0.50

Tested by

no test coverage detected