This project is a port of the dftd4
project
to C++ and provides the D4(EEQ)-ATM method.
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
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.