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

index d78dac9a1f07bd32564ba3376c2d31430b1ab58f..e0909f0c8a35f29a4035007d0f9d39c33c3850f8 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_metal(tmp.ptr, stateVector->ptr, filter.ptr, stateVector->rows, stateVector->cols, filter.rows, filter.cols);
+               cpx_mtx_dot(tmp.ptr, stateVector->ptr, filter.ptr, stateVector->rows, stateVector->cols, filter.rows, filter.cols);
        #endif
        free(stateVector->ptr);
        stateVector->ptr = tmp.ptr;