dftd3 / simple-dftd3

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

PySCF: Register dispersion energy in mf.scf_summary["dispersion"] #37

Closed awvwgk closed 1 year ago

awvwgk commented 1 year ago

The dispersion energy is currently only added to the nuclear repulsion, however PySCF provides with the scf_summary dictionary in the mf object a way to record the individual contributions. It would be useful for if the PySCF wrapper could record the dispersion energy in scf_summary["dispersion"].