Skip to content

Releases: dgasmith/gau2grid

v2.0.7

11 Jan 19:45
cd0e8d0
Compare
Choose a tag to compare

Allow Windows DLL build.

v2.0.6

04 Jan 17:44
4f6b5dd
Compare
Choose a tag to compare
Merge pull request #68 from wavefunction91/cmake-subproject

Making gau2grid subprojectable via CMake

v2.0.5

15 Dec 13:54
9c3d39c
Compare
Choose a tag to compare
Merge pull request #67 from dgasmith/loriab-patch-1

fix enable_xhost options battle btwn gnu and intel

v2.0.4

07 Nov 20:20
78ddfdd
Compare
Choose a tag to compare

bumps SONAME to 2 for gau2grid v2 ABI changes

v2.0.3

24 Oct 13:08
d4aab3c
Compare
Choose a tag to compare

Build-time fixes for math linking.

v2.0.2

22 Oct 20:19
46012f8
Compare
Choose a tag to compare

Allows the removal of pragmas in some extreme cases with the __GG_NO_PRAGMA compiler flag.

v2.0.1

20 Sep 13:36
Compare
Choose a tag to compare

A small bug fix bumping the CMakeLists.txt to correctly represent v2.0.1.

v2.0.0

19 Sep 18:17
Compare
Choose a tag to compare
Gau2grid v2.0.0 release

v1.3.0

01 Dec 22:13
69e0080
Compare
Choose a tag to compare

v1.3.0 release. This release focuses on compatibility across different architectures and compilers in addition to new computers for orbitals-on-a-grid which is up to 10x faster than computation of a collocation matrix following by a summation.

Notes:

  • Adds direct orbitals-on-a-grid computation.
  • New documentation website: https://gau2grid.readthedocs.io/en/latest/
  • mm_malloc has been changed to the pragma ALIGNED_MALLOC for greater compiler and platform compatibility.
  • The precomputed RSH coefficients now use the Python Decimal module for greater platform compatibility.
  • Added PGI compilers to the compiler comparability suite.
  • Inner loop optimizations from VTune recommendations.
  • Adds Molden cartesian output ordering.

v1.2.0

06 Aug 13:46
bcec0a6
Compare
Choose a tag to compare

Full v1.2.0 release.

Notes:

  • Gau2Grid has been updated to be compatible with MSVC.