From b01df6dda157f478b74196b9433131215b052c43 Mon Sep 17 00:00:00 2001 From: Qiming Sun Date: Sun, 17 Sep 2023 23:38:03 -0700 Subject: [PATCH] Release v6.0.0 --- ChangeLog | 6 ++++-- README.rst | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9198f8dc..e1b612a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -Version 6.0.0 (2023-09-14): +Version 6.0.0 (2023-09-17): * Add polynomial root finder using the eigenvalue algorithm * Fitting Rys roots of SR integrals with Chebyshev polynomials + * Remove GTG integrals which are erroneous in previous versions + * Remove coulerf integrals which has been covered by regular int2e functions -Version 5.5.0 (2023-09-14): +Version 5.5.0 (2023-09-17): * Fix memory leak issue in int4c1e * New integrals related to LRESC * Supports Gaussian model for int1e_grids diff --git a/README.rst b/README.rst index 7a527644..73cd24bb 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ libcint ======= -version 5.5.0 -2023-09-14 +version 6.0.0 +2023-09-17 What is libcint