| 48 | |
| 49 | |
| 50 | void initZeroState(Qureg qureg) { |
| 51 | validate_quregFields(qureg, __func__); |
| 52 | |
| 53 | // |0> = |0><0| |
| 54 | qindex ind = 0; |
| 55 | localiser_statevec_initClassicalState(qureg, ind); |
| 56 | } |
| 57 | |
| 58 | |
| 59 | void initPlusState(Qureg qureg) { |
no test coverage detected