| 226 | */ |
| 227 | |
| 228 | qindex util_getGlobalIndexOfFirstLocalAmp(Qureg qureg) { |
| 229 | |
| 230 | return qureg.rank * qureg.numAmpsPerNode; |
| 231 | } |
| 232 | |
| 233 | qindex util_getGlobalColumnOfFirstLocalAmp(Qureg qureg) { |
| 234 | assert_utilsGivenDensMatr(qureg); |
no outgoing calls
no test coverage detected