]> foleosoft.com Git - QAnsel.git/commitdiff
Mon Mar 4 06:02:54 PM EST 2024
authormiha-q <>
Mon, 4 Mar 2024 23:02:54 +0000 (18:02 -0500)
committermiha-q <>
Mon, 4 Mar 2024 23:02:54 +0000 (18:02 -0500)
src/QAnsel.c

index e0909f0c8a35f29a4035007d0f9d39c33c3850f8..bc29e5b047cbc2bd613f9711a1ef42d1f0c5a678 100644 (file)
@@ -268,7 +268,7 @@ void qansel_instruction(cpx_mtx_t* stateVector, unsigned char qubitCount, QInstr
        us2 = get_time();
        printf("\tBare: %lu\n", us2 - us1);
        #else
-               cpx_mtx_dot(tmp.ptr, stateVector->ptr, filter.ptr, stateVector->rows, stateVector->cols, filter.rows, filter.cols);
+               cpx_mtx_dot_threads(tmp.ptr, stateVector->ptr, filter.ptr, stateVector->rows, stateVector->cols, filter.rows, filter.cols);
        #endif
        free(stateVector->ptr);
        stateVector->ptr = tmp.ptr;