Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo committed Jul 24, 2023
1 parent e9620b6 commit a380473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/atomate2/forcefields/flows/phonons.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class PhononMaker(Maker):
get_supercell_size_kwargs: dict = field(default_factory=dict)
use_symmetrized_structure: str | None = None
bulk_relax_maker: BaseVaspMaker | None = field(
default_factory=lambda: CHGNetRelaxMaker(relax_kwargs={"fmax": 0.0005})
default_factory=lambda: CHGNetRelaxMaker(relax_kwargs={"fmax": 0.00001})
)
static_energy_maker: BaseVaspMaker | None = field(default_factory=CHGNetStaticMaker)
phonon_displacement_maker: BaseVaspMaker = field(default_factory=CHGNetStaticMaker)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from atomate2.forcefields.flows.phonons import PhononMaker


def test_phonon_wf_only_displacements3(clean_dir):
def test_phonon_wf(clean_dir):
from jobflow import run_locally

structure = Structure(
Expand Down

0 comments on commit a380473

Please sign in to comment.