Update config.py
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user