Skip to content

Commit

Permalink
Add 4th order derivatives for 2e integrals
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Mar 18, 2019
1 parent ea66f6f commit 24aa928
Show file tree
Hide file tree
Showing 5 changed files with 458 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 2.6)
project (qcint C)
set(qcint_VERSION "3.0.14")
set(qcint_VERSION "3.0.15")
set(qcint_SOVERSION "3")

if ("${CMAKE_BUILD_TYPE}" STREQUAL "")
Expand Down
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version 3.0.15 (2018-?-?):
Version 3.0.15 (2019-?-?):
* F12 second derivatives
* Add integrals for Gaussian type geminals
Version 3.0.14 (2018-11-22):
* F12 derivative integrals
* New 2c2e integral ( nabla nabla i | j )
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ qcint (quick libcint)

An optimized libcint branch for X86 platform

version 3.0.14
version 3.0.15

2018-11-22
2019-03-18


What is qcint
Expand Down
1 change: 1 addition & 0 deletions scripts/auto_intor.cl
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
'("int1e_ipspnucspip" ( nabla sigma dot p \| nuc sigma dot p \| nabla ))
'("int1e_ipipsprinvsp" ( nabla nabla sigma dot p \| rinv sigma dot p \| ))
'("int1e_ipsprinvspip" ( nabla sigma dot p \| rinv sigma dot p \| nabla ))
'("int2e_ipip1ipip2" ( nabla nabla \, \| nabla nabla \, ))
)

(gen-cint "int3c2e.c"
Expand Down
Loading

0 comments on commit 24aa928

Please sign in to comment.