Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vasprun.converged_ionic logic when EDIFFG=0 #3765

Closed
Prev Previous commit
Next Next commit
pre-commit auto-fixes
  • Loading branch information
pre-commit-ci[bot] committed Apr 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 0ba1b9cfd70fb56d72d552ea30ca751468cab96b
2 changes: 1 addition & 1 deletion tests/io/vasp/test_outputs.py
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ def test_vasprun_md(self):

def test_vasprun_ediffg_set_to_0(self):
# Test for case where EDIFFG is set to 0.
# This should pass if all ionic steps complete and
# This should pass if all ionic steps complete and
# are electronically converged.
vasp_run = Vasprun(f"{VASP_OUT_DIR}/vasprun.ediffg_set_to_0.xml.gz")
assert len(vasp_run.ionic_steps) == 3
Loading
Oops, something went wrong.