Skip to content

Commit

Permalink
Merge pull request #2475 from nwinner/cp2k-1.0
Browse files Browse the repository at this point in the history
Cp2k 1.0
  • Loading branch information
shyuep committed Mar 28, 2022
2 parents 2e91dbb + ff66690 commit 8650675
Show file tree
Hide file tree
Showing 13 changed files with 4,178 additions and 2,551 deletions.
2 changes: 1 addition & 1 deletion pymatgen/analysis/tests/test_phase_diagram.py
Expand Up @@ -682,7 +682,7 @@ def test_formula(self):
self.assertIn(Element.C, e.composition)
self.assertIn(Element.P, e.composition)
self.assertIn(Element.H, e.composition)
formed_formula = [e.composition.reduced_formula for e in self.rd.rxn_entries]
[e.composition.reduced_formula for e in self.rd.rxn_entries]
expected_formula = [
"V0.12707182P0.12707182H0.0441989C0.03314917O0.66850829",
"V0.125P0.125H0.05C0.0375O0.6625",
Expand Down
289 changes: 0 additions & 289 deletions pymatgen/io/cp2k/NLCC_POTENTIALS.yaml

This file was deleted.

0 comments on commit 8650675

Please sign in to comment.