Update config.py
This commit is contained in:
@@ -19,8 +19,9 @@ RESULTS_DIR = (
|
||||
|
||||
# Chosen so the three families have comparable intrinsic dimensions:
|
||||
# sphere S^(m-1), CP^(d_A d_B - 1), and Sym^N(C^2) ~ CP^N.
|
||||
SPHERE_DIMS = [1<<i for i in range(4, 12)]
|
||||
CP_DIMS = [(1<<i, 1<<i) for i in range(4, 12)]
|
||||
# SPHERE_DIMS = [1<<i for i in range(4, 12)]
|
||||
SPHERE_DIMS = []
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user