Skip to content

Releases: Quantum-Accelerators/quacc

v0.3.9

25 Oct 04:59
314a280
Compare
Choose a tag to compare

[0.3.9]

Changed

  • Changed prefix of scratch directories to have the datetime in it for easier debugging

Fixed

  • DFTB+ recipes now won't crash when kpts=None for structures with PBCs

Full Changelog: v0.3.8...v0.3.9

v0.3.8

24 Oct 07:56
f851752
Compare
Choose a tag to compare

Summary

Bumped minimum version of Parsl.

What's Changed

Full Changelog: v0.3.7...v0.3.8

v0.3.7

19 Oct 18:26
ee7f5dd
Compare
Choose a tag to compare

[0.3.7]

Added

  • Added type-hinting for schemas

Changed

  • Recipes now take Atoms instead of Atoms | dict as input
  • Recipes no longer require the use of fetch_atoms
  • Standardized schema fields

Removed

  • Removed the fetch_atoms function

v0.3.6

11 Oct 02:56
Compare
Choose a tag to compare

[0.3.6]

Added

  • Added a VASP_MIN_VERSION setting.

Fixed

  • Fixed VASP recipes to always respect calc_swaps by default.
  • Fixed setting multiple cores in Custodian for Q-Chem runs.

What's Changed

Full Changelog: v0.3.5...v0.3.6

v0.3.5

07 Oct 07:24
6cb875e
Compare
Choose a tag to compare

Summary

Added

  • Added a new VibThermoSchema that merges the VibSchema and ThermoSchema as a convenience

Changed

  • The output of recies no longer automatically removes blank lists/dicts/sets to maintain a consistent schema.
  • The tblite freq_job and lj freq_job now use VibThermoSchema as the output
  • Changed default SCRATCH_DIR from Path.cwd() / ".scratch" to Path("~/.scratch")

What's Changed

Full Changelog: v0.3.4...v0.3.5

v0.3.4

06 Oct 19:44
87fe942
Compare
Choose a tag to compare

Summary

Added

  • Added a new documentation section for worked examples on HPC.

Changed

  • Updated the minimum required versions for Pymatgen and emmet-core to reflect Pydantic 2 update.
  • Added symprec=1e-8 to the default parameters of VASP relaxation jobs.
  • VASP bulk recipes now use "BulkSet" as the default preset instead of None.
  • VASP slab recipes now use "SlabSet" as the default preset instead of None.

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

04 Oct 23:22
Compare
Choose a tag to compare

Summary

Fixed dependency version resolution when installing Covalent.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

04 Oct 06:15
2e0f228
Compare
Choose a tag to compare

Summary

Migration to Pydantic 2 is complete, along with the corresponding dependencies.

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

27 Sep 09:17
478501f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

26 Sep 07:55
7a69cbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.3.0