You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* complete refactor to PMG input sets for vasp
* bug fixes for input set change
* linting
* move type import to type_checking block
* remove duplicated MP yaml files
* drop dict.get(key, None) -> dict.get(key)
* change inheritance slightly, install pmg from pr
* linting
* revert vis["INCAR"] --> vis.incar
* fix lobster interface
* remove lobster test file
* revert pymatgen testing install now that separate pr is merged
* try to force pip install of pymatgen in testing
* force pmg to install from git
* improve check_poscar method to account for reordering of sites in POSCAR
* linting
* remove POTCARs and replace with spec where appropriate; remove unused vaspout.h5 files which contain full POTCARs
* restore missing test file, but only header of POTCAR
* remove POTCAR.orig.spec files
* gzip test input files
* linting
* slightly refactor MP sets
* precommit
* slight matpes modification
* precommit
* revert gh workflow dependency install
* update changelog
* fix pymatgen pip version install for strict
* bump pymatgen to v2024.6.4
* refactor MP and MatPES VASP input sets to inherit directly from pymatgen equivalents
* linting
* further cleanup matpes r2scan set
* change ase to use most recent pypi release
* add missing pip install line
* revert lobster vis potcar changes
* remove version conflict
* remove version conflict
* remove version conflict
* replace lobster sets with pymatgen equivalents
* precommit
* add ispin to lobster tightstatitsetgenerator
* remove BaseVasp.yaml to rely on inheritance from MP input sets
* precommit
* remove temp test file
* move matpes jobs/flow to pymatgen sets, mark matpes sets for deprecation
* lint
* move mp sets fully to pmg, add deprecation warnings to existing atomate2 mp sets
* remove mp set dependence from tests
* precommit
* add bandgap_tol options to vasp.test_sets
* remove todo from tests.vasp.flows.test_mp
* add pytest.warns check for deprecated mp sets
* revert docstr changes
* move deprecation warnings from __post_init__ to class
warning before:
<string>:31: FutureWarning: __post_init__ is deprecated, and will be removed on 2025-01-01
Use MPRelaxSet in pymatgen.io.vasp.sets instead.
warning after:
<string>:31: FutureWarning: MPGGARelaxSetGenerator is deprecated, and will be removed on 2025-01-01
Use MPRelaxSet in pymatgen.io.vasp.sets instead.
* pin monty==2024.7.30 in deps and strict
* add kludge for monty zpath
* precommit
* extend monty fix to vasp tests
* precommit
---------
Co-authored-by: Janosh Riebesell <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Change log
2
2
3
+
## v0.0.15
4
+
5
+
## New Features 🎉
6
+
* Transition VASP calculations to use input sets defined in pymatgen by @esoteric-ephemera in https://github.com/materialsproject/atomate2/pull/854
7
+
8
+
### Bug Fixes 🐛
9
+
* Increase k-point density for MP GGA static calculations to close issue https://github.com/materialsproject/atomate2/issues/844 by @esoteric-ephemera in https://github.com/materialsproject/atomate2/pull/854
10
+
* Adds missing MAGMOMs for MatPES jobs by @esoteric-ephemera in https://github.com/materialsproject/atomate2/pull/854
0 commit comments