Skip to content

Commit fff828f

Browse files
committed
Fix force constants in CLI parser.
1 parent 0b7122c commit fff828f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ghostly/_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def run():
9595
"The force constant to use to when setting angle terms involving ghost "
9696
"atoms to 90 degrees to avoid flapping."
9797
),
98-
default="1000 kcal/mol/rad**2",
98+
default="100 kcal/mol/rad**2",
9999
required=False,
100100
)
101101

@@ -106,7 +106,7 @@ def run():
106106
"The force constant to use when setting angle terms involving ghost atoms "
107107
"for non-planar triple junctions."
108108
),
109-
default="100 kcal/mol/rad**2",
109+
default="5 kcal/mol/rad**2",
110110
required=False,
111111
)
112112

0 commit comments

Comments
 (0)