Skip to content

Commit

Permalink
Release v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Mar 28, 2023
1 parent 18ff3a7 commit 078ea49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required (VERSION 3.5)
project (qcint C)
set(qcint_VERSION_MAJOR "5")
set(qcint_VERSION_MINOR "2")
set(qcint_VERSION_PATCH "2")
set(qcint_VERSION_MINOR "3")
set(qcint_VERSION_PATCH "0")
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
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 5.3.0 (2023-03-28):
* Improves rys-roots numerical stability in the near-zero limit

Version 5.2.2 (2023-03-22):
* Improves rys-roots finder accuracy

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ qcint (quick libcint)

An optimized libcint branch for X86 platform

version 5.2.2
2023-03-22
version 5.3.0
2023-03-28


What is qcint
Expand Down

0 comments on commit 078ea49

Please sign in to comment.