Cutoff#
Real-space cutoffs for the two-body and three-body dispersion energy as well as the coordination number within D4 and the EEQ Model.
- class tad_dftd4.cutoff.Cutoff(disp2=60.0, disp3=40.0, cn=30.0, cn_eeq=25.0, device=None, dtype=None)[source]#
Collection of real-space cutoffs.
- Parameters:
disp2 (Tensor)
disp3 (Tensor)
cn (Tensor)
cn_eeq (Tensor)
device (torch.device | None)
dtype (torch.dtype | None)