Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getMaxNumTestedQubitPermutations
Function
getMaxNumTestedQubitPermutations
tests/utils/config.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
int getMaxNumTestedQubitPermutations() {
55
56
static int value = getIntEnvVarValueOrDefault(
"TEST_MAX_NUM_QUBIT_PERMUTATIONS"
, 0);
57
return value;
58
}
59
60
int getMaxNumTestedSuperoperatorTargets() {
61
Callers
2
testRunStarting
Method · 0.85
GENERATE_CTRLS_AND_TARGS
Function · 0.85
Calls
1
getIntEnvVarValueOrDefault
Function · 0.85
Tested by
no test coverage detected