Skip to content

Commit

Permalink
Release v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Sep 17, 2023
1 parent cbebbab commit 0aa6a1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.5)
project (cint C)
set(cint_VERSION_MAJOR "5")
set(cint_VERSION_MINOR "4")
set(cint_VERSION_MINOR "5")
set(cint_VERSION_PATCH "0")
set(cint_VERSION_TWEAK "0")
set(cint_VERSION "${cint_VERSION_MAJOR}.${cint_VERSION_MINOR}.${cint_VERSION_PATCH}")
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 5.5.0 (2023-09-14):
* Fix memory leak issue in int4c1e
* Add polynomial root finder with eigenvalue algorithm
* Fitting Rys roots of SR integrals with Chebyshev polynomials
* New integrals related to LRESC
* Supports Gaussian model for int1e_grids

Version 5.4.0 (2023-07-04):
* Add constant PTR_FRAC_CHARGE for QM/MM interface in pyscf

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.4.0
2023-07-04
version 5.5.0
2023-09-14


What is libcint
Expand Down

0 comments on commit 0aa6a1a

Please sign in to comment.