Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getNumQubitsInUnitTestedQuregs
Function
getNumQubitsInUnitTestedQuregs
tests/utils/config.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
*/
47
48
int getNumQubitsInUnitTestedQuregs() {
49
50
static int value = getIntEnvVarValueOrDefault(
"TEST_NUM_QUBITS_IN_QUREG"
, 6);
51
return value;
52
}
53
54
int getMaxNumTestedQubitPermutations() {
55
Callers
1
getNumCachedQubits
Function · 0.85
Calls
1
getIntEnvVarValueOrDefault
Function · 0.85
Tested by
no test coverage detected