Skip to content

Releases: Quantum-Accelerators/quacc

v1.0.3

25 Aug 21:37
a48d285
Compare
Choose a tag to compare

[1.0.3]

Added

  • The "old" MP recipes are back, now under the quacc.recipes.vasp.mp_legacy module

Changed

  • The "new" MP recipes are moved from quacc.recipes.vasp.mp to quacc.recipes.vasp.mp24
  • The MP recipes, both new and old, no longer copy CHGCARs between runs because this never did anything in the first place

Fixed

  • Fixed a bug that would lead to a crash when setting Atoms=None in the MPtoASEConverter

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

24 Aug 01:20
5fb11de
Compare
Choose a tag to compare

[1.0.2]

Added

  • Added DefaultSetMetaGGA and DefaultSetHybrid

Changed

  • Renamed DefaultSetPBE to DefaultSetGGA

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Aug 14:44
4b476ad
Compare
Choose a tag to compare

[1.0.1]

Changed

  • Increased the minimum version of Custodian to address some I/O issues
  • Removed maggma as a core dependency since it is only for optional features

Full Changelog: v1.0.0...v1.0.1

v1.0.0

20 Aug 01:01
5e82562
Compare
Choose a tag to compare

[1.0.0]

Since things are now relatively stable, I am minting v1.0.0. This also comes with minor but notable breaking changes to the default VASP YAML files, as described below.

Added

  • A GenericRunner to run arbitrary commands
  • D3(BJ) parameters for HSE06 in the Vasp calculator

Changed

  • The default BulkSet.yaml will be removed and replaced with DefaultSetPBE.yaml. The two are extremely similar. Updates include: ALGO = Fast --> ALGO = Normal, GGA_COMPAT = False, and changing the default Yb and Eu pseudopotentials from _2 to _3.
  • The SlabSet.yaml will be removed and replaced with SlabSetPBE.yaml to ensure internal consistency with the base DefaultSetPBE.yaml.
  • The VASP_PRESET_MAG_DEFAULT setting has been changed from a default of 1.0 to 0.5 to prevent accidental convergence to erroneous radical states, particularly in molecular systems.
  • The Materials Project recipes were updated to match the newer MP24 settings

What's Changed

Full Changelog: v0.17.1...v1.0.0

v0.17.1

12 Aug 18:09
22c38aa
Compare
Choose a tag to compare

Adds support for ASE 3.26.0 and sets this as the minimum ASE version in pyproject.toml

v0.17.0

28 Jul 17:09
3ca13a3
Compare
Choose a tag to compare

[0.17.0]

This release includes some consolidation of YAML that most users do not interact with. It also updates a few parameters specific to the Rosen group. There should be no notable breaking changes for regular users of quacc.

Added

  • Added RosenFastSetPBE.yaml, RosenFastSetR2SCAN.yaml, and setups_rosen.yaml
  • The user will now be warned if they are likely to have Pulay stresses due to the use of Li_sv and ENCUT < 650

Changed

  • Renamed magmoms_base.yaml to magmoms_high.yaml
  • Merged the identical setups_54.yaml and setups_64.yaml files into a single setups_recommended.yaml
  • The RosenSets will now use Eu_3 and Yb_3 instead of Eu_2 and Yb_2

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

11 Jun 15:10
74d6376
Compare
Choose a tag to compare

[0.16.0]

Added

  • Added support for TensorNet

Changed

  • Default MLP calculators have been updated across the board: M3GNET and CHGNet now default to the MatPES PBE models, CHGNet relies on matgl, and mace-mp-0 has been renamed mace-mp to get the default model.

v0.15.5

05 Jun 17:31
da5edfd
Compare
Choose a tag to compare

Simplifications to FAIRChem MLP usage

v0.15.4

01 Jun 03:10
f3704b9
Compare
Choose a tag to compare

Modifies the Rosen Group's custom preset to use algo = "all" by default instead of "fast".

v0.15.3

29 May 13:47
6a8a0cb
Compare
Choose a tag to compare

[0.15.3]

Added

  • Updated FAIRChem models to support UMA and redesigned FAIRChem repo