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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+62-28Lines changed: 62 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,68 +1,91 @@
1
1
Change log
2
2
==========
3
3
4
+
v0.0.9
5
+
------
6
+
7
+
New features:
8
+
9
+
- Defect formation energy workflow with VASP implementation ([@jmmshn][jmmshn], [#215](https://github.com/materialsproject/atomate2/pull/215))
10
+
- Job to retrieve a structure from the MP API at run-time ([@mkhorton][mkhorton], [#176](https://github.com/materialsproject/atomate2/pull/176]))
11
+
12
+
Enhancements:
13
+
14
+
- Documentation of phonon workflow ([@QuantumChemist][quantumchemist], [#232](https://github.com/materialsproject/atomate2/pull/232))
- Use `ruff` for linting ([@janosh][janosh], [#250](https://github.com/materialsproject/atomate2/pull/250))
17
+
18
+
19
+
Bug fixes:
20
+
21
+
- Use correct k-point density in phonon workflow ([@JaGeo][jageo], [#177](https://github.com/materialsproject/atomate2/pull/177))
22
+
- Fix use of `expanduser` path ([@nwinner][nwinner], [#180](https://github.com/materialsproject/atomate2/pull/180))
23
+
- Correct `calcs_reversed` to be in the proper order ([@Zhuoying][zhuoying], [#182](https://github.com/materialsproject/atomate2/pull/182))
24
+
- Bugfix for `store_volumetric_data` ([@jmmshn][jmmshn], [#212](https://github.com/materialsproject/atomate2/pull/212))
- Update IO classes to use pymatgen base classes ([@rkingsbury](https://github.com/rkingsbury), [#141](https://github.com/materialsproject/atomate2/pull/141))
15
-
- Read and write VASP structures with higher precision ([@JaGeo](https://github.com/JaGeo), [#167](https://github.com/materialsproject/atomate2/pull/167))
37
+
- Update IO classes to use pymatgen base classes ([@rkingsbury][rkingsbury], [#141](https://github.com/materialsproject/atomate2/pull/141))
38
+
- Read and write VASP structures with higher precision ([@JaGeo][jageo], [#167](https://github.com/materialsproject/atomate2/pull/167))
16
39
17
40
Bug fixes:
18
41
19
-
- Fix code examples in docs ([@JaGeo](https://github.com/JaGeo), [#169](https://github.com/materialsproject/atomate2/pull/169))
20
-
- Fix f-orbital DOS properties ([@arosen93](https://github.com/arosen93), [#138](https://github.com/materialsproject/atomate2/pull/138))
21
-
- Fix `mock_run_vasp` testing to accept args ([@mjwen](https://github.com/mjwen), [#151](https://github.com/materialsproject/atomate2/pull/151))
- Make potcar_spec argument usable ([@jmmshn](https://github.com/jmmshn), [#83](https://github.com/materialsproject/atomate2/pull/83))
45
-
- Replace monty which with shutil which ([@arosen93](https://github.com/arosen93), [#92](https://github.com/materialsproject/atomate2/pull/92))
- Fix gzipping of files with numerical suffixes ([@jmmshn](https://github.com/jmmshn), [#116](https://github.com/materialsproject/atomate2/pull/116))
67
+
- Make potcar_spec argument usable ([@jmmshn][jmmshn], [#83](https://github.com/materialsproject/atomate2/pull/83))
68
+
- Replace monty which with shutil which ([@arosen93][arosen], [#92](https://github.com/materialsproject/atomate2/pull/92))
- Add mag_density to VASP output doc ([@arosen93](https://github.com/arosen93), [#65](https://github.com/materialsproject/atomate2/pull/66))
60
-
- Double relax maker now supports two different Makers ([@arosen93](https://github.com/arosen93), [#32](https://github.com/materialsproject/atomate2/pull/32))
82
+
- Add mag_density to VASP output doc ([@arosen93][arosen], [#65](https://github.com/materialsproject/atomate2/pull/66))
83
+
- Double relax maker now supports two different Makers ([@arosen93][arosen], [#32](https://github.com/materialsproject/atomate2/pull/32))
61
84
62
85
Bug fixes:
63
86
64
-
- Store band structure efermi in CalculationOutput ([@arosen93](https://github.com/arosen93), [#66](https://github.com/materialsproject/atomate2/pull/66))
65
-
- Support for VASP6 and latest pymatgen ([@arosen93](https://github.com/arosen93), [#75](https://github.com/materialsproject/atomate2/pull/75))
87
+
- Store band structure efermi in CalculationOutput ([@arosen93][arosen], [#66](https://github.com/materialsproject/atomate2/pull/66))
88
+
- Support for VASP6 and latest pymatgen ([@arosen93][arosen], [#75](https://github.com/materialsproject/atomate2/pull/75))
66
89
- Fixed atomate2 version string.
67
90
- Disabled orbital projections in the electron-phonon workflow.
68
91
@@ -73,11 +96,11 @@ This version removed Python 3.7 support following numpy and pymatgen.
73
96
74
97
New features:
75
98
76
-
- Base schema for molecule task documents ([@arosen93](https://github.com/arosen93), [#54](https://github.com/materialsproject/atomate2/pull/54))
99
+
- Base schema for molecule task documents ([@arosen93][arosen], [#54](https://github.com/materialsproject/atomate2/pull/54))
77
100
78
101
Bug fixes:
79
102
80
-
- Fix VASP relaxation using custodian "FULL_OPT" ([@arosen93](https://github.com/arosen93), [#42](https://github.com/materialsproject/atomate2/pull/42))
103
+
- Fix VASP relaxation using custodian "FULL_OPT" ([@arosen93][arosen], [#42](https://github.com/materialsproject/atomate2/pull/42))
81
104
- Fix supercell generation and input sets in electron-phonon workflow.
82
105
- Fix `HSEBSSetGenerator` INCAR settings.
83
106
- Fix issue with magnetism in SOC structures.
@@ -101,8 +124,8 @@ New features:
101
124
Enhancements:
102
125
103
126
- Support for automatic handling of ISPIN.
104
-
- Add MP base sets ([@arosen93](https://github.com/arosen93), [#27](https://github.com/materialsproject/atomate2/pull/27))
- Add missing LASPH flags on vdW functionals ([@arosen93](https://github.com/arosen93), [#31](https://github.com/materialsproject/atomate2/pull/31))
117
-
- Use `NSW=0` in static calculations ([@arosen93](https://github.com/arosen93), [#10](https://github.com/materialsproject/atomate2/pull/10))
118
-
-`LREAL = False` in static jobs by default ([@arosen93](https://github.com/arosen93), [#23](https://github.com/materialsproject/atomate2/pull/23))
119
-
- Add missing functionals in output schema ([@arosen93](https://github.com/arosen93), [#12](https://github.com/materialsproject/atomate2/pull/12))
0 commit comments