dftd3 / simple-dftd3

reimplementation of the DFT-D3 program
https://dftd3.readthedocs.io
GNU Lesser General Public License v3.0
51 stars 26 forks source link

Implement pairwise analysis for dispersion energy #8

Closed awvwgk closed 2 years ago

awvwgk commented 2 years ago

This was a command line feature in the original dftd3 which allowed to create dispersion energies for all pairs in the system. An implementation is available in dftd4 which could be adapted for this library as well. Special care should be taken periodic systems and for calculating the pairwise representation of the ATM contribution.

Related: https://github.com/dftd4/dftd4/issues/81 Patch: https://github.com/dftd4/dftd4/pull/82

awvwgk commented 2 years ago

Implemented in https://github.com/awvwgk/simple-dftd3/commit/d7a382b8bbaa788797e3b80121b562104f7c4f15