Commit 7d8da9e
committed
Dedup DFT grid keyword the same way as SCF/DLPNO
The DFT branch unconditionally appended defgrid2/defgrid3 via
add_to_args, so a user who set their own defgrid keyword for a DFT
sp_level got it twice in the ! line. Apply the same setdefault pattern
we just used for scf_convergence and dlpno_threshold under the key
'dft_grid', so the default only lands when the user hasn't already
supplied one.1 parent 70c391f commit 7d8da9e
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
298 | 296 | | |
299 | 297 | | |
300 | 298 | | |
| |||
0 commit comments