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
Add example MP-compatible phase diagram tutorial (#1159)
* add MP workflow / phase diagram example
* move job uuid to name mapper to common utils
* add example of how to apply just gga / +u mixing
* clean up ff eos test / add MP API key to notebook test
* restructure notebook to skip certain cells
* remove dupe json
* disable mp api-based tutorial cell
* more skip execution
* pin monty in openff
* switch monty / pymatgen pin for openff
* bump pydantic / fix aims document model
* add new doc models for vasp test data, add test data, add options in tutorial to run these
* precommit
* update docs with json archive method
You can use any other compression method supported by `monty.io.zpath`, such as GZIP (`.gz`) or bzip2 (`.bz2`).
166
+
The LZMA compression method is shown here because this offers generally the highest compression ratio of the three and is fairly quick to decompress, but it is CPU intensive to compress.
167
+
168
+
The `VaspTestData` class handles removal of POTCAR copyright information, converting them to POTCAR.spec files as before.
169
+
The test infrastructure using `mock_vasp` is also equipped to handle extraction of VASP files from a compressed JSON archive.
170
+
149
171
## 3. Copy the test data folder into atomate2
150
172
151
173
You can now copy the WF_NAME folder into the atomate2 test files. VASP test files live
0 commit comments