File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,15 +124,6 @@ def geomopt(
124124 rich_help_panel = "Calculation" ,
125125 ),
126126 ] = None ,
127- filter_func : Annotated [
128- str | None ,
129- Option (
130- help = "Deprecated. Please use --filter" ,
131- rich_help_panel = "Calculation" ,
132- callback = deprecated_option ,
133- hidden = True ,
134- ),
135- ] = None ,
136127 constraint_class : Annotated [
137128 str ,
138129 Option (
@@ -222,8 +213,6 @@ def geomopt(
222213 filter_class
223214 Name of filter from ase.filters to wrap around atoms. If using
224215 --opt-cell-lengths or --opt-cell-fully, defaults to `FrechetCellFilter`.
225- filter_func
226- Deprecated. Please use `--filter_class`.
227216 constraint_class
228217 Name of constraint class from ase.constraints, to apply constraints
229218 to atoms. Parameters should be included as a "constraint_kwargs" dict
You can’t perform that action at this time.
0 commit comments