Skip to content

Commit 5ee653a

Browse files
committed
decreased the default amount of circuits
1 parent 6f8ce5b commit 5ee653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
DEFAULT_BATCH_SIZE = 10
1616

17-
DEFAULT_AMOUNT_OF_CIRCUITS = 5000 # this one doesn't reflect exactly the size of the dataset, once the dataset might get either bigger, due to the different combinations of mesurements, or smaller due to duplicated circuits
17+
DEFAULT_AMOUNT_OF_CIRCUITS = 2000 # this one doesn't reflect exactly the size of the dataset, once the dataset might get either bigger, due to the different combinations of mesurements, or smaller due to duplicated circuits
1818

1919
DEFAULT_TARGET_FOLDER = "."
2020

0 commit comments

Comments
 (0)