Skip to content

Commit

Permalink
Release v4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Aug 8, 2021
1 parent fdbb69a commit 914caf2
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 38 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5)
project (cint C)
set(cint_VERSION_MAJOR "4")
set(cint_VERSION_MINOR "4")
set(cint_VERSION_PATCH "3")
set(cint_VERSION_PATCH "4")
set(cint_VERSION_TWEAK "0")
set(cint_VERSION "${cint_VERSION_MAJOR}.${cint_VERSION_MINOR}.${cint_VERSION_PATCH}")
set(cint_SOVERSION "${cint_VERSION_MAJOR}")
Expand Down
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Version 4.4.4 (2021-08-07):
* Fix Cartesian-spherical and Cartesian-spinor transformation coefficients
Version 4.4.3 (2021-07-22):
* Fix divide-by-0 bug
* Improve performance of quadruple precision rys-roots function
Expand Down Expand Up @@ -257,7 +259,7 @@ Version 2.4.0 (2014-12-24):
* Add 2-center and 3-center 2e integrals

Version 2.3.0 (2014-12-14):
* fix ordering bug in cartesain-GTO integrals
* fix ordering bug in cartesian-GTO integrals
* optimize cartesian to spherical transformation

Version 2.2.0 (2014-12-01):
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
libcint
=======

version 4.4.3
2021-07-22
version 4.4.4
2021-08-07


What is libcint
Expand Down
Loading

0 comments on commit 914caf2

Please sign in to comment.