@@ -83,7 +83,7 @@ def get_wf_neb_from_structure(
83
83
user_incar_settings is used to determine how many NEB rounds will be. Default
84
84
is [{}, {}, {}].
85
85
additional_spec (dict): User spec settings to overwrite default_spec.
86
- user_kpoints_settings ([dict]): Additional user_kpoints_settings, which contains at at
86
+ user_kpoints_settings ([dict]): Additional user_kpoints_settings, which contains at
87
87
least three elements, which is similar to user_incar_settings. For example,
88
88
[{}, {}, {"grid_density": 100}] for the workflow from the parent structure
89
89
relaxation, then the endpoint relaxation followed by one-round NEB simulation.
@@ -170,7 +170,7 @@ def get_wf_neb_from_structure(
170
170
)
171
171
)
172
172
173
- for i , label in enumerate ( ["ep0" , "ep1" ]) :
173
+ for label in ["ep0" , "ep1" ]:
174
174
fw = NEBRelaxationFW (
175
175
spec = spec ,
176
176
label = label ,
@@ -221,7 +221,7 @@ def get_wf_neb_from_endpoints(
221
221
user_incar_settings is used to determine how many NEB rounds will be. Default
222
222
is [{}, {}, {}].
223
223
additional_spec (dict): User spec settings to overwrite default_spec.
224
- user_kpoints_settings ([dict]): Additional user_kpoints_settings, which contains at at
224
+ user_kpoints_settings ([dict]): Additional user_kpoints_settings, which contains at
225
225
least three elements, which is similar to user_incar_settings. For example,
226
226
[{}, {}, {"grid_density": 100}] for the workflow from the parent structure
227
227
relaxation, then the endpoint relaxation followed by one-round NEB simulation.
@@ -320,7 +320,7 @@ def get_wf_neb_from_images(
320
320
user_incar_settings is used to determine how many NEB rounds will be. Default
321
321
is [{}, {}, {}].
322
322
additional_spec (dict): User spec settings to overwrite default_spec.
323
- user_kpoints_settings ([dict]): Additional user_kpoints_settings, which contains at at
323
+ user_kpoints_settings ([dict]): Additional user_kpoints_settings, which contains at
324
324
least three elements, which is similar to user_incar_settings. For example,
325
325
[{}, {}, {"grid_density": 100}] for the workflow from the parent structure
326
326
relaxation, then the endpoint relaxation followed by one-round NEB simulation.
0 commit comments