From: miha-q <> Date: Mon, 4 Mar 2024 23:02:30 +0000 (-0500) Subject: Mon Mar 4 06:02:30 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=b2822524c5ee45bdce977d486c101dff19bdb52a;p=QAnsel.git Mon Mar 4 06:02:30 PM EST 2024 --- diff --git a/src/QAnsel.c b/src/QAnsel.c index d78dac9..e0909f0 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -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;