File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -175,8 +175,7 @@ def __init__(
175
175
)
176
176
177
177
t .append (
178
- WriteVaspStaticFromPrev (structure = structure ,
179
- reciprocal_density = reciprocal_density ,
178
+ WriteVaspStaticFromPrev (reciprocal_density = reciprocal_density ,
180
179
other_params = {"user_incar_settings" : static_incar })
181
180
)
182
181
@@ -188,15 +187,14 @@ def __init__(
188
187
)
189
188
190
189
t .append (
191
- WriteVaspStaticFromPrev (structure = structure ,
192
- reciprocal_density = reciprocal_density ,
190
+ WriteVaspStaticFromPrev (reciprocal_density = reciprocal_density ,
193
191
other_params = {"user_incar_settings" : static_incar })
194
192
)
195
193
196
194
elif structure :
197
195
static_input_set = MPStaticSet (structure = structure ,
198
- reciprocal_density = reciprocal_density ,
199
- user_incar_settings = static_incar )
196
+ reciprocal_density = reciprocal_density ,
197
+ user_incar_settings = static_incar )
200
198
201
199
t .append (WriteVaspFromIOSet (structure = structure , vasp_input_set = static_input_set )
202
200
)
You can’t perform that action at this time.
0 commit comments