Skip to content

Releases: Quantum-Accelerators/quacc

v1.0.7

09 Dec 02:48
f588daf

Choose a tag to compare

Added

  • OMC static recipe
  • OMat static recipe

Fixed

  • Various dependency updates

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

16 Oct 23:50
0d6f141

Choose a tag to compare

[1.0.6]

Changed

  • Changed the default SYMPREC in the VASP relax_job to 1e-6 instead of 1e-8

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

08 Oct 18:52
96108da

Choose a tag to compare

Fixed

  • Fixed bug when trying to use Custodian to run a single-point VASP calculation on an Atoms object with constraints
  • Fixed various type hints

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

21 Sep 04:15
2307e38

Choose a tag to compare

[1.0.4]

Added

  • A MatPES-compatible job

Changed

  • Set ALGO = Normal for DefaultSetHybrid instead of ALGO = All
  • When ALGO = All in VASP, ISEARCH is set to 1 per the VASP manual.

Fixed

  • Fixed various type hints

Removed

  • Removed the deprecated Rosen sets

Full Changelog: v1.0.3...v1.0.4

v1.0.3

25 Aug 21:37
a48d285

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

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

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

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

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

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