| 734 | |
| 735 | |
| 736 | void localiser_statevec_initDebugState(Qureg qureg) { |
| 737 | |
| 738 | // always embarrassingly parallel |
| 739 | accel_statevec_initDebugState_sub(qureg); |
| 740 | } |
| 741 | |
| 742 | |
| 743 | void localiser_statevec_initClassicalState(Qureg qureg, qindex globalInd) { |
no test coverage detected