From: miha-q <> Date: Mon, 4 Mar 2024 22:41:36 +0000 (-0500) Subject: Mon Mar 4 05:41:36 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=b36ce07464e4327a2d77a3ea651d0429d0a05f4f;p=QAnsel.git Mon Mar 4 05:41:36 PM EST 2024 --- diff --git a/src/QAnsel.c b/src/QAnsel.c index f48de21..16ba521 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -473,6 +473,7 @@ void qansel_run(unsigned char qubitCount, unsigned char bitCount, QInstr* instr, } else if (strcmp(instr[i].n, "born_all") == 0) { + printf("A\n"); for (unsigned int j = 0; j < qubitCountPow2; j++) { unsigned int tmp = j; @@ -485,6 +486,7 @@ void qansel_run(unsigned char qubitCount, unsigned char bitCount, QInstr* instr, cpx_mtx_get(&stateVector, 0, j, &n); printf(": %.1f%%\n", cpx_magsqr(&n) * 100); } + printf("B\n"); } else if (strcmp(instr[i].n, "born") == 0) {