| 64 | |
| 65 | |
| 66 | int mem_getMaxNumQuregQubitsWhichCanFitInMemory(bool isDensityMatrix, int numNodes, qindex memBytesPerNode) { |
| 67 | |
| 68 | bool hasBuffer = true; |
| 69 | bool isSuperOp = false; |
| 70 | return getMaxNumQubitsWhichCanFitInMemory(isDensityMatrix, numNodes, hasBuffer, isSuperOp, memBytesPerNode); |
| 71 | } |
| 72 | |
| 73 | int mem_getMaxNumMatrixQubitsWhichCanFitInMemory(bool isDenseMatrix, int numNodes, qindex memBytesPerNode) { |
| 74 |
no test coverage detected