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

Function util_getGlobalIndexOfFirstLocalAmp

quest/src/core/utilities.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 */
227
228qindex util_getGlobalIndexOfFirstLocalAmp(Qureg qureg) {
229
230 return qureg.rank * qureg.numAmpsPerNode;
231}
232
233qindex util_getGlobalColumnOfFirstLocalAmp(Qureg qureg) {
234 assert_utilsGivenDensMatr(qureg);

Calls

no outgoing calls

Tested by

no test coverage detected