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 12, 2021
1 parent 8dd91c5 commit 15d1aa5
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 36 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 (qcint C)
set(qcint_VERSION_MAJOR "4")
set(qcint_VERSION_MINOR "4")
set(qcint_VERSION_PATCH "3")
set(qcint_VERSION_PATCH "4")
set(qcint_VERSION_TWEAK "0")
set(qcint_VERSION "${qcint_VERSION_MAJOR}.${qcint_VERSION_MINOR}.${qcint_VERSION_PATCH}")
set(qcint_SOVERSION "${qcint_VERSION_MAJOR}")
Expand Down
2 changes: 2 additions & 0 deletions 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ qcint (quick libcint)

An optimized libcint branch for X86 platform

version 4.4.3
version 4.4.4

2021-07-22
2021-08-07


What is qcint
Expand Down
Loading

0 comments on commit 15d1aa5

Please sign in to comment.