Skip to content

Commit

Permalink
Lower default relaxation timeout threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Aug 12, 2024
1 parent fc08f7f commit 943d8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posebench/models/minimize_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

FORCE_FIELDS_IMPLICIT = ["amber14-all.xml", "implicit/gbn2.xml"]
FORCE_FIELDS_EXPLICIT = ["amber14-all.xml", "amber14/tip3pfb.xml"]
OPTIMIZATION_TIMEOUT_IN_SECONDS = 1800
OPTIMIZATION_TIMEOUT_IN_SECONDS = 600

bond_lengths = {
("C", "CA"): (1.5335,),
Expand Down

0 comments on commit 943d8e0

Please sign in to comment.