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

index c8bdead3c283bfaea4a2c932f1afef42033b9f54..e59b1c718ee8466705c0710b00c7471a8728f1f6 100644 (file)
@@ -1250,7 +1250,7 @@ void process(int argc, char** argv)
 
                uint8_t* dat = malloc(instrLen * sizeof(QInstr));
                memcpy(dat, instr, instrLen * sizeof(QInstr));
-               for (uint32_t i = 0; i < 1000; i++)
+               for (uint32_t i = 0; i < 100; i++)
                {
                        qansel_run(qubitCount, bitCount, instr, bitVect, instrLen, doDisplay);
                        memcpy(instr, dat, instrLen * sizeof(QInstr));