Skip to content

Commit

Permalink
reduced the user_kpoints_settings -- "reciprocal_density" to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikesh-s committed Jul 29, 2024
1 parent 5f977f0 commit 02ff2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atomate2/vasp/flows/hiphive.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class HiphiveMaker(BaseHiphiveMaker):
phonon_displacement_maker: BaseVaspMaker | None = field(
default_factory=lambda:PhononDisplacementMaker(
input_set_generator = StaticSetGenerator(
user_kpoints_settings={"reciprocal_density": 500},
user_kpoints_settings={"reciprocal_density": 100},
user_incar_settings={
"ADDGRID": True,
"ALGO": "Normal",
Expand Down

0 comments on commit 02ff2cc

Please sign in to comment.