| 107 | |
| 108 | |
| 109 | void initArbitraryMixedState(Qureg qureg, qcomp** amps) { |
| 110 | validate_quregFields(qureg, __func__); |
| 111 | validate_quregIsDensityMatrix(qureg, __func__); |
| 112 | |
| 113 | localiser_densmatr_initArbitraryMixedState(qureg, amps); |
| 114 | } |
| 115 | |
| 116 | |
| 117 | void initRandomPureState(Qureg qureg) { |
nothing calls this directly
no test coverage detected