]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Feb 11 10:00:25 PM EST 2024
authormiha-q <>
Mon, 12 Feb 2024 03:00:25 +0000 (22:00 -0500)
committermiha-q <>
Mon, 12 Feb 2024 03:00:25 +0000 (22:00 -0500)
src/QAnsel.c

index b8b70a158805c96d904e072a9f5f74b5b523e1f2..e7b507b84ba6aa7215207eb8cf50690b528643da 100644 (file)
@@ -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);