Skip to content

Commit 1090ae8

Browse files
JFurness1James Furness
andauthored
Add new functionals in the SCAN family (#140)
* JWF: Work adding SCAN and revisions to functionals * Added references to new functionals * Added test data and updated references * Formatting and referencing Co-authored-by: James Furness <[email protected]>
1 parent 3751220 commit 1090ae8

File tree

15 files changed

+855
-0
lines changed

15 files changed

+855
-0
lines changed

.zenodo.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
{
6161
"type": "Other",
6262
"name": "Victorovich, Yuri"
63+
},
64+
{
65+
"type": "Other",
66+
"name": "Furness, James"
6367
}
6468
],
6569
"license": {

src/functionals/CMakeLists.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ target_sources(xcfun
5151
${CMAKE_CURRENT_SOURCE_DIR}/revtpssc.cpp
5252
${CMAKE_CURRENT_SOURCE_DIR}/revtpssx.cpp
5353
${CMAKE_CURRENT_SOURCE_DIR}/rpbex.cpp
54+
${CMAKE_CURRENT_SOURCE_DIR}/rSCANc.cpp
55+
${CMAKE_CURRENT_SOURCE_DIR}/rSCANx.cpp
56+
${CMAKE_CURRENT_SOURCE_DIR}/r2SCANc.cpp
57+
${CMAKE_CURRENT_SOURCE_DIR}/r2SCANx.cpp
58+
${CMAKE_CURRENT_SOURCE_DIR}/r4SCANc.cpp
59+
${CMAKE_CURRENT_SOURCE_DIR}/r4SCANx.cpp
60+
${CMAKE_CURRENT_SOURCE_DIR}/rppSCANc.cpp
61+
${CMAKE_CURRENT_SOURCE_DIR}/rppSCANx.cpp
62+
${CMAKE_CURRENT_SOURCE_DIR}/SCANc.cpp
63+
${CMAKE_CURRENT_SOURCE_DIR}/SCANx.cpp
5464
${CMAKE_CURRENT_SOURCE_DIR}/slaterx.cpp
5565
${CMAKE_CURRENT_SOURCE_DIR}/spbec.cpp
5666
${CMAKE_CURRENT_SOURCE_DIR}/tfk.cpp
@@ -80,6 +90,7 @@ list(APPEND functionals_headers
8090
revtpssc_eps.hpp
8191
revtpssx_eps.hpp
8292
slater.hpp
93+
SCAN_like_eps.hpp
8394
tpssc_eps.hpp
8495
tpssx_eps.hpp
8596
vwn.hpp

0 commit comments

Comments
 (0)