Skip to content

Releases: crest-lab/crest

Continuous release version

23 Dec 18:37
a71e303
Compare
Choose a tag to compare
Pre-release

Created on 2024/09/27, 16:55 UTC by @pprcht with commit a71e303.
This is an automated distribution of the latest CREST version.
This version is only minimally tested and may be unstable or even crash.
Use with caution!
https://github.com/crest-lab/crest/actions/runs/11074533272

crest version 3.0.2

25 Aug 20:33
Compare
Choose a tag to compare

CREST version 3.0.2 🛡️

Build updates and fixes 🛠️

What's Changed

  • 🪲 Minor bug fixes for MSREACT mode by @gorges97 in #309
  • 🪲 Circumvent segfault due to optional arg in gcc build in #318
  • 🪲 Fix for #320 in #322
  • 🔒 Safer toml input parsing in #325 Unrecognized keywords will now throw a warning and stop the program immediately
  • 🛠️ Maintenance of submodules in #328
  • ⚙️ Update of GitHub workflows in #335
  • 🛠️ Safer (but unfortunately still not fixed) MKL handling for ifort builds in #331
  • 🌊 Fixing implicit solvation in tblite submodule in #331 (most important change, should now be consistent with xtb)
  • 📦 Added a GNU/CMake static build for the continuous release, alongside the Intel build:
    Download (GNU)

Full Changelog: v3.0.1...v3.0.2

crest version 3.0.1

07 May 13:19
1782d7d
Compare
Choose a tag to compare

CREST 3.0 Hotfixes

What's Changed

  • Address errors of issues #281
  • Restore printout of kpush, mentioned in #284
  • Address thread OpenMP handling issues of #284 and #285, see #289
  • Fix uninitialized boolean bug in gcc build #287
  • Fix axis bug causing #296
  • Address QCG issues #297 and #294
  • Singlepoint and optimization printout cleanup

Other Additions

  • Allow tblite parameter file read-in in #303
  • Implement dipole and atomic charges readout for tblite calculators, gfn0 and gfnff
  • CMake-based unit tests (run make test after building)

Full Changelog: v3.0...v3.0.1

crest version 3.0

06 Apr 18:30
d321183
Compare
Choose a tag to compare

What's Changed

CREST 3.0 is a major overhaul of the previous code versions. A large part of the original source code was rewritten to implement calculators, optimization, and molecular dynamics routines directly, rather than relying only on the xtb program as a subprocess.
Consequently, there are performance improvements and a significant reduction of I/O operations.

Features include:

Read all about the new program version in the new open access article J. Chem. Phys. 2024, 160, 114110.

New Contributors

Full Changelog: v2.12...v3.0

crest version 2.12

20 May 13:59
37d90ad
Compare
Choose a tag to compare