From 3707ecb632790d4540f0ec13fa526fd8de8fcc5c Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Fri, 2 Aug 2024 17:40:01 -0400 Subject: [PATCH] Fri Aug 2 05:40:01 PM EDT 2024 --- src/bytecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bytecode.c b/src/bytecode.c index ae45856..a908fac 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -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; -- 2.39.5