MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / SECTION

Function SECTION

tests/unit/calculations.cpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76void TEST_ON_CACHED_STATEVECS_AND_DENSMATRS(auto apiFunc, auto refFunc) {
77 SECTION( LABEL_STATEVEC ) { TEST_ON_CACHED_QUREGS(getCachedStatevecs(), getRefStatevec(), apiFunc, refFunc); }
78 SECTION( LABEL_DENSMATR ) { TEST_ON_CACHED_QUREGS(getCachedDensmatrs(), getRefDensmatr(), apiFunc, refFunc); }
79}
80

Callers

nothing calls this directly

Calls 15

getCachedStatevecsFunction · 0.85
getRefStatevecFunction · 0.85
getCachedDensmatrsFunction · 0.85
getRefDensmatrFunction · 0.85
getNumCachedQubitsFunction · 0.85
GENERATE_TARGSFunction · 0.85
calcExpecPauliStrFunction · 0.85
getPow2Function · 0.85
createRandomPauliStrSumFunction · 0.85
calcExpecPauliStrSumFunction · 0.85
destroyPauliStrSumFunction · 0.85

Tested by

no test coverage detected