Skip to content

Commit

Permalink
Clarify default filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Feb 23, 2024
1 parent 0cbdcae commit 430166f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion janus_core/geom_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def optimize(
kwargs to pass to dyn.run. Default is {}.
filter_func : Optional[callable]
Apply constraints to atoms through ASE filter function.
Default is `FrechetCellFilter`.
Default is `FrechetCellFilter` if available otherwise `ExpCellFilter`.
filter_kwargs : Optional[dict[str, Any]]
kwargs to pass to filter_func. Default is {}.
optimzer : callable
Expand Down

0 comments on commit 430166f

Please sign in to comment.