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

index ef502d149fa204dc0c4e6fad7b03d53ff19a01f8..18c10fcbe85e8a8270088a4b71da216b87a055b2 100644 (file)
@@ -1321,7 +1321,6 @@ void process(int argc, char** argv)
                uint32_t shots = 1000;
                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;