Skip to content

Commit

Permalink
Fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored Mar 22, 2024
1 parent 603ca9f commit 63f4f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions janus_core/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ def geomopt( # pylint: disable=too-many-arguments,too-many-locals
Whether to fully optimize the cell vectors, angles, and atomic positions.
Default is False.
opt_file : Optional[Path]
Path to save optimized structure or last structure if optimization did not converge. Default is inferred from name of
structure file.
Path to save optimized structure, or last structure if optimization did not
converge. Default is inferred from name of structure file.
traj_file : Optional[str]
Path if saving optimization frames. Default is None.
read_kwargs : Optional[dict[str, Any]]
Expand Down

0 comments on commit 63f4f70

Please sign in to comment.