Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Sep 24, 2023
1 parent 6678727 commit 2590f93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Version 6.0.0 (2023-09-17):
* Fix memory leak issue in int4c1e
* Add polynomial root finder with eigenvalue algorithm
* Add polynomial root finder using the eigenvalue algorithm
* Fitting Rys roots of SR integrals with Chebyshev polynomials
* New integrals related to LRESC
* 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-17):
* Supports Gaussian charge model for int1e_grids
* 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ qcint (quick libcint)

An optimized libcint branch for X86 platform

version 5.5.0
version 6.0.0
2023-09-17


Expand Down
2 changes: 1 addition & 1 deletion include/cint.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

#define QCINT_VERSION @qcint_VERSION@
#define CINT_SOVERSION @cint_SOVERSION
#define CINT_SOVERSION @cint_SOVERSION@

#cmakedefine CACHE_SIZE_I8
#ifdef CACHE_SIZE_I8
Expand Down

0 comments on commit 2590f93

Please sign in to comment.