| 130 | |
| 131 | |
| 132 | void initRandomMixedState(Qureg qureg, qindex numPureStates) { |
| 133 | validate_quregFields(qureg, __func__); |
| 134 | validate_quregIsDensityMatrix(qureg, __func__); |
| 135 | validate_numInitRandomPureStates(numPureStates, __func__); |
| 136 | |
| 137 | localiser_densmatr_initMixtureOfUniformlyRandomPureStates(qureg, numPureStates); |
| 138 | } |
| 139 | |
| 140 | |
| 141 |
no test coverage detected