Skip to content

Commit 377e5c5

Browse files
committed
Update the null_energy value to match SOMD2. [ci skip]
1 parent b69571c commit 377e5c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sire/mol/_dynamics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ def run(
10721072
if null_energy is not None:
10731073
null_energy = u(null_energy)
10741074
else:
1075-
null_energy = u("10000 kcal/mol")
1075+
null_energy = u("1e6 kcal/mol")
10761076

10771077
if num_energy_neighbours is not None:
10781078
try:

0 commit comments

Comments
 (0)