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

Function util_getGlobalColumnOfFirstLocalAmp

quest/src/core/utilities.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233qindex util_getGlobalColumnOfFirstLocalAmp(Qureg qureg) {
234 assert_utilsGivenDensMatr(qureg);
235
236 return qureg.rank * powerOf2(qureg.logNumColsPerNode);
237}
238
239qindex util_getLocalIndexOfGlobalIndex(Qureg qureg, qindex globalInd) {
240

Calls 2

powerOf2Function · 0.85

Tested by

no test coverage detected