From: miha-q <> Date: Sun, 3 Mar 2024 06:01:44 +0000 (-0500) Subject: Sun Mar 3 01:01:44 AM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=db257df74d7b358cc9228fbc9e630cc4015d1f8d;p=QAnsel.git Sun Mar 3 01:01:44 AM EST 2024 --- diff --git a/src/QAnsel.c b/src/QAnsel.c index 18c10fc..8a77c33 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -1318,7 +1318,7 @@ void process(int argc, char** argv) uint8_t* dat = malloc(instrLen * sizeof(QInstr)); memcpy(dat, instr, instrLen * sizeof(QInstr)); - uint32_t shots = 1000; + uint32_t shots = 100; for (uint32_t i = 0; i < shots; i++) { qansel_run(qubitCount, bitCount, instr, bitVect, instrLen, doDisplay);