MCPcopy 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
54int getMaxNumTestedQubitPermutations() {
55
56 static int value = getIntEnvVarValueOrDefault("TEST_MAX_NUM_QUBIT_PERMUTATIONS", 0);
57 return value;
58}
59
60int getMaxNumTestedSuperoperatorTargets() {
61

Callers 2

testRunStartingMethod · 0.85
GENERATE_CTRLS_AND_TARGSFunction · 0.85

Calls 1

Tested by

no test coverage detected