File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.5)
2
2
project (qcint C)
3
3
set (qcint_VERSION_MAJOR "5" )
4
- set (qcint_VERSION_MINOR "4 " )
4
+ set (qcint_VERSION_MINOR "5 " )
5
5
set (qcint_VERSION_PATCH "0" )
6
6
set (qcint_VERSION_TWEAK "0" )
7
7
set (qcint_VERSION "${qcint_VERSION_MAJOR} .${qcint_VERSION_MINOR} .${qcint_VERSION_PATCH} " )
Original file line number Diff line number Diff line change
1
+ Version 5.5.0 (2023-09-17):
2
+ * Supports Gaussian charge model for int1e_grids
3
+
1
4
Version 5.4.0 (2023-07-04):
2
5
* Add constant PTR_FRAC_CHARGE for QM/MM interface in pyscf
3
6
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ qcint (quick libcint)
3
3
4
4
An optimized libcint branch for X86 platform
5
5
6
- version 5.4 .0
7
- 2023-07-04
6
+ version 5.5 .0
7
+ 2023-09-17
8
8
9
9
10
10
What is qcint
You can’t perform that action at this time.
0 commit comments