From 5046812040b279e44779c88ce05b51af53bf542b Mon Sep 17 00:00:00 2001 From: Maksim Imakaev Date: Fri, 6 Jan 2023 16:29:52 -0700 Subject: [PATCH] Update simulation.py (#54) --- polychrom/simulation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polychrom/simulation.py b/polychrom/simulation.py index 9ae31a7..54a13c8 100644 --- a/polychrom/simulation.py +++ b/polychrom/simulation.py @@ -207,7 +207,7 @@ def __init__(self, **kwargs): Shout out loud about every change. precision: str, optional (not recommended to change) - mixed is optimal for most situations. + single is the default now, because mixed is much slower on 3080 and other new GPUs If you are using double precision, it will be slower by a factor of 10 or so. save_decimals: int or False, optional @@ -231,7 +231,7 @@ def __init__(self, **kwargs): "mass": 100, "reporters": [], "max_Ek": 10, - "precision": "mixed", + "precision": "single", "save_decimals": 2, "verbose": False, }