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;