]> foleosoft.com Git - QAnsel.git/commitdiff
Fri Aug 2 05:40:01 PM EDT 2024
authormiha-q <>
Fri, 2 Aug 2024 21:40:01 +0000 (17:40 -0400)
committermiha-q <>
Fri, 2 Aug 2024 21:40:01 +0000 (17:40 -0400)
src/bytecode.c

index ae45856d057267dbf799d11f314cd168f635b9a4..a908facb06ba63f1b90f4bd70c2b23adf89b9124 100644 (file)
@@ -743,7 +743,7 @@ void qansel_born(QAnselContext* ctx, cpx_mtx_t* stateVector, int PC, int qubitCo
                        rsorting[maxi] = i;
                        psisquared[maxi] = -1;
                }
-               for (int i = 0; i < qubitCountPow2; i++) printf("]%i -> %i: %f[\n", rsorting[i], sorting[i], psisquared_sorted[i]);
+               //for (int i = 0; i < qubitCountPow2; i++) printf("]%i -> %i: %f[\n", rsorting[i], sorting[i], psisquared_sorted[i]);
                free(psisquared);
                unsigned short *stats = malloc(sizeof(unsigned short) * qubitCountPow2);
                for (int i = 0; i < qubitCountPow2; i++) stats[i] = 0;