Update config.py

This commit is contained in:
Zheyuan Wu
2026-03-17 09:51:18 -05:00
parent e58114cb3f
commit 0cc5961fb1

View File

@@ -25,4 +25,4 @@ CP_DIMS = [(1<<i, 1<<i) for i in range(9, 12)]
MAJORANA_N = [(1<<i)-1 for i in range(4, 12)]
# Batch sizes are the main speed knob; reduce CP batches first if memory is tight.
BATCH = {"sphere": 32_768, "cp": 256, "majorana": 65_536}
BATCH = {"sphere": 32_768, "cp": 128, "majorana": 65_536}