Skip to content

Commit 4a04e2c

Browse files
Polynomial shots
1 parent de77ed2 commit 4a04e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fc_tn_qiskit_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def int_to_bitstring(integer, length):
2929
def bench_qrack(width, depth, sdrp):
3030
lcv_range = range(width)
3131
all_bits = list(lcv_range)
32-
shots = 1 << (width + 2)
3332
retained = width * width
33+
shots = retained * width
3434

3535
rcs = QuantumCircuit(width)
3636
for d in range(depth):

0 commit comments

Comments
 (0)