@@ -29,6 +29,8 @@ meson test -C _build --print-errorlogs
29
29
30
30
## License
31
31
32
+ ### DFT-D4 Code
33
+
32
34
DFT-D4 is free software: you can redistribute it and/or modify it under
33
35
the terms of the GNU Lesser General Public License as published by
34
36
the Free Software Foundation, either version 3 of the License, or
@@ -38,3 +40,21 @@ DFT-D4 is distributed in the hope that it will be useful,
38
40
but without any warranty; without even the implied warranty of
39
41
merchantability or fitness for a particular purpose. See the
40
42
GNU Lesser General Public License for more details.
43
+
44
+ ### ORCA-derived Code in ` dftd_cblas.h ` and ` dftd_matrix.h `
45
+
46
+ The files [ ` include/dftd_cblas.h ` ] ( https://github.com/dftd4/cpp-d4/blob/main/include/dftd_cblas.h ) and
47
+ [ ` include/dftd_matrix.h ` ] ( https://github.com/dftd4/cpp-d4/blob/main/include/dftd_matrix.h )
48
+ contain code adapted from the ORCA quantum chemistry program,
49
+ which is developed by the group of Prof. Frank Neese at the Max-Planck-Institut für Kohlenforschung,
50
+ Mülheim an der Ruhr and FAccTs GmbH. ORCA is licensed by the
51
+ Max-Planck-Institut für Kohlenforschung and FAccTs GmbH.
52
+
53
+ The inclusion of ORCA code in these files is done with the explicit permission
54
+ of the ORCA developers. This code remains subject to the licensing terms
55
+ of ORCA, which allow free academic use but require a separate license for
56
+ industrial or commercial use.
57
+
58
+ For reuse or licensing of the code in ` dftd_cblas.h ` and ` dftd_matrix.h ` , please contact
59
+ the ORCA team at the Max-Planck-Institut für Kohlenforschung (https://orcaforum.kofo.mpg.de/ )
60
+ or FAccTs GmbH. (https://www.faccts.de/ ).
0 commit comments