]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Mar 3 01:01:44 AM EST 2024
authormiha-q <>
Sun, 3 Mar 2024 06:01:44 +0000 (01:01 -0500)
committermiha-q <>
Sun, 3 Mar 2024 06:01:44 +0000 (01:01 -0500)
src/QAnsel.c

index 18c10fcbe85e8a8270088a4b71da216b87a055b2..8a77c33495f8db7353f04289c8101f0cb512d751 100644 (file)
@@ -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);