| 38 | matrixCache matrices; |
| 39 | |
| 40 | int getNumCachedQubits() { |
| 41 | |
| 42 | // we are merely aliasing the below env-var fetching function |
| 43 | // to minimise a diff since pre-runtime controlling the tested |
| 44 | // Qureg sizes is experimental and not fully designed (we may |
| 45 | // eventually wish to specify different sizes for statevectors |
| 46 | // vs density matrices, or control integration test Qureg sizes |
| 47 | // also through environment variables, etc) |
| 48 | return getNumQubitsInUnitTestedQuregs(); |
| 49 | } |
| 50 | |
| 51 | |
| 52 |
no test coverage detected