MCPcopy 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
48int getNumQubitsInUnitTestedQuregs() {
49
50 static int value = getIntEnvVarValueOrDefault("TEST_NUM_QUBITS_IN_QUREG", 6);
51 return value;
52}
53
54int getMaxNumTestedQubitPermutations() {
55

Callers 1

getNumCachedQubitsFunction · 0.85

Calls 1

Tested by

no test coverage detected