Skip to content

Commit 3afe75e

Browse files
authoredMar 20, 2019
revert reciprocal density to PMG default
1 parent 22910a4 commit 3afe75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎atomate/vasp/firetasks/write_inputs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def run_task(self, fw_spec):
307307
prev_calc_dir=self.get("prev_calc_dir", "."),
308308
copy_chgcar=self.get("copy_chgcar", False),
309309
nbands_factor=self.get("nbands_factor", 1.2),
310-
reciprocal_density=self.get("reciprocal_density", 1000),
310+
reciprocal_density=self.get("reciprocal_density", 100),
311311
kpoints_line_density=self.get("kpoints_line_density", 20),
312312
small_gap_multiply=self.get("small_gap_multiply", None),
313313
standardize=self.get("standardize", False),

0 commit comments

Comments
 (0)
Please sign in to comment.