Skip to content

Commit 0af0ab2

Browse files
committed
Make max force evaluations more explicit
1 parent 673b6d9 commit 0af0ab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tps_baseline.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ def kabsch_l2(A, B):
258258
args.num_paths, dt_in_ps, jax.random.PRNGKey(1),
259259
warmup=args.warmup,
260260
fixed_length=args.fixed_length,
261-
stored=stored)
261+
stored=stored,
262+
max_force_evaluations=10**10) # 10billion
262263
# paths = tps2.unguided_md(tps_config, B, 1, key)
263264
print('Converting paths to jax.numpy arrays.')
264265
paths = [jnp.array(p) for p in tqdm(paths)]

0 commit comments

Comments
 (0)