Skip to content

v0.0.12

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 17:19

What's Changed

  • Breaking: default Atomate2Settings.VASP_INHERIT_INCAR to False by @janosh in #594

Bug Fixes 🐛

  • Enforce magmom precedence in INCAR creation by @mattmcdermott in #506
  • Warn on empty config by @janosh in #522
  • CP2K use calcs_reversed[0] instead of calcs_reversed[-1] to not reverse again by @janosh in #534
  • Fix wrong INCAR values in MP workflows by @janosh in #550
  • Fix failing tests from Pydantic v2 migration by @hrushikesh-s in #558
  • fixing pydantic v2 test errors by @hrushikesh-s in #565
  • parse_additional_json() ignore FW.json.gz in output directories by @janosh in #574
  • Fix bandgap_tol and delete bandgap_override on MPMetaGGARelaxSetGenerator by @janosh in #553
  • Fix VaspInputGenerator's _set_kspacing not respecting auto_ismear = False nor auto_kspacing = False by @janosh in #576
  • Clean up VASP powerups, correct params in MP flows, test for _set_u_params, test for _set_kspacing, fix _get_incar method of VaspInputSet by @esoteric-ephemera in #561
  • Fix Lobster workflow by @JaGeo in #583
  • Change MatPesGGAPlusMetaGGAStaticMaker.output to dict containing both statics by @janosh in #586
  • Test MP + MatPES set generators by @janosh in #596

Enhancements 🛠

  • Add StructureMetadata as baseclass for output documents by @gpetretto in #514
  • Materials Project GGA and meta-GGA workflows by @janosh in #504
  • [WIP] MP-compatible r2SCAN workflow (and a few general INCAR improvements) by @Andrew-S-Rosen in #362
  • Update to Pydantic v2 by @hrushikesh-s in #567
  • Add MatPES GGA and r2SCAN static makers by @janosh in #532
  • Move elastic workflow to common and build force-field elastic workflow by @JaGeo in #581

Documentation 📖

House-Keeping 🧹

New Contributors

Full Changelog: v0.0.11...v0.0.12