From 73d9d01e78d7c006331482d2529ab1399ede3543 Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Sun, 11 Feb 2024 22:00:25 -0500 Subject: [PATCH] Sun Feb 11 10:00:25 PM EST 2024 --- src/QAnsel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5