Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ main
Function
main
targettests/execution/dem_from_kernel_emulate.cpp:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
int main() {
97
runCase(
"SINGLE"
, singleDetector{});
98
runCase(
"THREE_MZ"
, threeMzMultiDetector{});
99
return 0;
100
}
101
102
// CHECK: SINGLE detectors=1 observables=0
103
// CHECK: THREE_MZ detectors=1 observables=1
Callers
nothing calls this directly
Calls
1
runCase
Function · 0.70
Tested by
no test coverage detected