| 104 | } |
| 105 | |
| 106 | int mem_getMaxNumMatrixQubitsBeforeIndexOverflow(bool isDenseMatrix) { |
| 107 | |
| 108 | // matrices have the same number of amplitudes as a same-dimension Qureg |
| 109 | return mem_getMaxNumQuregQubitsBeforeIndexOverflow(isDenseMatrix); |
| 110 | } |
| 111 | |
| 112 | int mem_getMaxNumSuperOpQubitsBeforeIndexOverflow() { |
| 113 |
no test coverage detected