From: miha-q <> Date: Mon, 12 Feb 2024 00:57:44 +0000 (-0500) Subject: Sun Feb 11 07:57:44 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=01030371dfc80f9d6f8fa469d8f58e83527b8499;p=QAnsel.git Sun Feb 11 07:57:44 PM EST 2024 --- diff --git a/src/QAnsel.c b/src/QAnsel.c index c8bdead..e59b1c7 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -1250,7 +1250,7 @@ void process(int argc, char** argv) uint8_t* dat = malloc(instrLen * sizeof(QInstr)); memcpy(dat, instr, instrLen * sizeof(QInstr)); - for (uint32_t i = 0; i < 1000; i++) + for (uint32_t i = 0; i < 100; i++) { qansel_run(qubitCount, bitCount, instr, bitVect, instrLen, doDisplay); memcpy(instr, dat, instrLen * sizeof(QInstr));