Skip to content

Commit

Permalink
Release v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed May 4, 2022
1 parent 7b9c62d commit 2157f6c
Show file tree
Hide file tree
Showing 3 changed files with 11 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 (cint C)
set(cint_VERSION_MAJOR "5")
set(cint_VERSION_MINOR "1")
set(cint_VERSION_PATCH "1")
set(cint_VERSION_PATCH "2")
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
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 5.1.2 (2022-05-03):
* Fix cint3c1e_cart integral
* New integrals
<i | nabla nabla r | j>
<i | nabla r nabla | j>
<i | nabla nabla nabla 1/r | j>
<i | nabla nabla 1/r nabla | j>

Version 5.1.1 (2022-01-18):
* Fix integer overflow in gto_norm function
Version 5.1.0 (2021-12-24):
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
libcint
=======

version 5.1.1
2022-01-18
version 5.1.2
2022-05-03


What is libcint
Expand Down

0 comments on commit 2157f6c

Please # to comment.