Skip to content
/ cpp-d4 Public

C++ port of DFT-D4

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

dftd4/cpp-d4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a966c0 · Jan 21, 2025

History

41 Commits
Sep 2, 2024
Sep 29, 2024
Sep 29, 2024
Jan 21, 2025
Jan 17, 2025
Jan 21, 2025
Jan 15, 2025
Apr 26, 2023
Sep 28, 2024
Jan 14, 2020
Jan 14, 2020
Sep 29, 2024
Sep 29, 2024
Sep 2, 2024

Repository files navigation

C++ Port of DFT-D4

License Latest Version

This project is a port of the dftd4 project to C++ and provides the D4(EEQ)-ATM method.

Building This Project

This project is build with meson, to setup and perform a build run:

meson setup _build
meson compile -C _build

Run the test suite with:

meson test -C _build --print-errorlogs

Citations

  • E. Caldeweyher, C. Bannwarth and S. Grimme, J. Chem. Phys., 2017, 147, 034112. DOI: 10.1063/1.4993215
  • E. Caldeweyher, S. Ehlert, A. Hansen, H. Neugebauer, S. Spicher, C. Bannwarth and S. Grimme, J. Chem. Phys., 2019, 150, 154122. DOI: 10.1063/1.5090222
  • E. Caldeweyher, J.-M. Mewes, S. Ehlert and S. Grimme, Phys. Chem. Chem. Phys., 2020, 22, 8499-8512. DOI: 10.1039/D0CP00502A

License

DFT-D4 is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

DFT-D4 is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU Lesser General Public License for more details.