We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7122c commit fff828fCopy full SHA for fff828f
1 file changed
src/ghostly/_cli.py
@@ -95,7 +95,7 @@ def run():
95
"The force constant to use to when setting angle terms involving ghost "
96
"atoms to 90 degrees to avoid flapping."
97
),
98
- default="1000 kcal/mol/rad**2",
+ default="100 kcal/mol/rad**2",
99
required=False,
100
)
101
@@ -106,7 +106,7 @@ def run():
106
"The force constant to use when setting angle terms involving ghost atoms "
107
"for non-planar triple junctions."
108
109
- default="100 kcal/mol/rad**2",
+ default="5 kcal/mol/rad**2",
110
111
112
0 commit comments