From: miha-q <> Date: Thu, 8 Feb 2024 00:21:04 +0000 (-0500) Subject: Wed Feb 7 07:21:04 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=c825924f572d25efbfdc0aa935d7a1edda6ff4e6;p=QAnsel.git Wed Feb 7 07:21:04 PM EST 2024 --- diff --git a/src/QAnsel.c b/src/QAnsel.c index 84dd4e0..b54c3a5 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -57,7 +57,7 @@ void qansel_cnot(cpx_mtx_t* stateVector, uint8_t qubitCount, uint8_t bitA, uint8 cpx_mtx_t ret; cpx_mtx_init(&ret, 1, retLen); cpx_t n; - for (uint32_t i = 0; i < retLen; i++) + for (uint32_t i = 0; i < retLen; i++) //asdfasdfsdfsdf { uint8_t bitAVal = (i >> bitA) & 1; uint8_t bitBVal = (i >> bitB) & 1; @@ -557,7 +557,6 @@ void main(int argc, char** argv) text[textLen++] = 0; if (strlen(text) > 0) { - printf(">%s<\n", text); free(text); fprintf(stderr, "QAnsel: Invalid trailing text"); exit(1);