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