Skip to content

Commit

Permalink
Update simulation.py (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimakaev authored Jan 6, 2023
1 parent f0522e3 commit 5046812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polychrom/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -231,7 +231,7 @@ def __init__(self, **kwargs):
"mass": 100,
"reporters": [],
"max_Ek": 10,
"precision": "mixed",
"precision": "single",
"save_decimals": 2,
"verbose": False,
}
Expand Down

0 comments on commit 5046812

Please sign in to comment.