Skip to content

Commit

Permalink
Release v5.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Jun 15, 2022
1 parent 28100e8 commit 65e5daa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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 "5")
set(qcint_VERSION_MINOR "1")
set(qcint_VERSION_PATCH "1")
set(qcint_VERSION_PATCH "3")
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
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 5.1.3 (2022-06-15):
* Fix cart2sph transformation bugs for int1e_grids
* Missing cart2sph function for l=15

Version 5.1.2 (2022-05-03):
* New integrals
<i | nabla nabla r | j>
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.1.2
2022-05-03
version 5.1.3
2022-06-15


What is qcint
Expand Down

0 comments on commit 65e5daa

Please sign in to comment.