We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59202c commit 4652a6cCopy full SHA for 4652a6c
janus_core/cli/types.py
@@ -192,8 +192,9 @@ def __str__(self) -> str:
192
parser=parse_dict_class,
193
help=(
194
"""
195
- Keyword arguments to pass to optimizer. Must be passed as a dictionary
196
- wrapped in quotes, e.g. "{'key': value}".
+ Keyword arguments to pass to geometry optimizer, including "opt_kwargs",
+ "filter_kwargs", and "traj_kwargs". Must be passed as a dictionary wrapped
197
+ in quotes, e.g. "{'key': value}".
198
199
),
200
metavar="DICT",
0 commit comments