Skip to content

Commit

Permalink
revert reciprocal density to PMG default
Browse files Browse the repository at this point in the history
  • Loading branch information
computron authored Mar 20, 2019
1 parent 22910a4 commit 3afe75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomate/vasp/firetasks/write_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def run_task(self, fw_spec):
prev_calc_dir=self.get("prev_calc_dir", "."),
copy_chgcar=self.get("copy_chgcar", False),
nbands_factor=self.get("nbands_factor", 1.2),
reciprocal_density=self.get("reciprocal_density", 1000),
reciprocal_density=self.get("reciprocal_density", 100),
kpoints_line_density=self.get("kpoints_line_density", 20),
small_gap_multiply=self.get("small_gap_multiply", None),
standardize=self.get("standardize", False),
Expand Down

0 comments on commit 3afe75e

Please sign in to comment.