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

index 8a77c33495f8db7353f04289c8101f0cb512d751..b065fb4a2ec3f19b0d1ca7c7a1bec6338ba4bf47 100644 (file)
@@ -1321,6 +1321,7 @@ void process(int argc, char** argv)
                uint32_t shots = 100;
                for (uint32_t i = 0; i < shots; i++)
                {
+                       printf("%i/%i\n", i + 1, shots);
                        qansel_run(qubitCount, bitCount, instr, bitVect, instrLen, doDisplay);
                        memcpy(instr, dat, instrLen * sizeof(QInstr));
                        uint16_t stat = 0;