From: miha-q <> Date: Thu, 15 Aug 2024 23:42:43 +0000 (-0400) Subject: Thu Aug 15 07:42:43 PM EDT 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=d463927b881d2395ddd1550db3c52e1a160ec896;p=QAnsel.git Thu Aug 15 07:42:43 PM EDT 2024 --- diff --git a/src/bytecode.c b/src/bytecode.c index 96f58d5..5b87e0b 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -760,7 +760,6 @@ void qansel_born(QAnselContext* ctx, cpx_mtx_t* stateVector, int PC, int qubitCo for (int i = 0; i < (ctx->bsampling_shots); i++) { float r = (ctx->hidden_variable) ? qansel_rand_h() : qansel_rand_t(ctx); - printf(">%f<\n", r); float j = 0; //printf("--------------------------------\n"); for (unsigned int j = 0; j < qubitCountPow2; j++)