| 693 | |
| 694 | |
| 695 | void localiser_statevec_initArbitraryPureState(Qureg qureg, qcomp* amps) { |
| 696 | assert_localiserGivenStateVec(qureg); |
| 697 | |
| 698 | // always embarrassingly parallel, and merely invokes local copying |
| 699 | qindex startInd = 0; |
| 700 | localiser_statevec_setAmps(amps, qureg, startInd, qureg.numAmps); |
| 701 | } |
| 702 | |
| 703 | |
| 704 | void localiser_densmatr_initArbitraryPureState(Qureg qureg, qcomp* amps) { |
no test coverage detected