Skip to content

Commit 5ae2cdd

Browse files
committed
Release v5.5.0
1 parent 1c33dc4 commit 5ae2cdd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required (VERSION 3.5)
22
project (qcint C)
33
set(qcint_VERSION_MAJOR "5")
4-
set(qcint_VERSION_MINOR "4")
4+
set(qcint_VERSION_MINOR "5")
55
set(qcint_VERSION_PATCH "0")
66
set(qcint_VERSION_TWEAK "0")
77
set(qcint_VERSION "${qcint_VERSION_MAJOR}.${qcint_VERSION_MINOR}.${qcint_VERSION_PATCH}")

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 5.5.0 (2023-09-17):
2+
* Supports Gaussian charge model for int1e_grids
3+
14
Version 5.4.0 (2023-07-04):
25
* Add constant PTR_FRAC_CHARGE for QM/MM interface in pyscf
36

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ qcint (quick libcint)
33

44
An optimized libcint branch for X86 platform
55

6-
version 5.4.0
7-
2023-07-04
6+
version 5.5.0
7+
2023-09-17
88

99

1010
What is qcint

0 commit comments

Comments
 (0)